#B07700

Color #B07700 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B07700

Tints of Dark Goldenrod #B07700

Color information

#B07700 (or 0xB07700) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 77 and 00. RGB value is (176,119,0). Sum of RGB (Red+Green+Blue) = 176+119+0=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B07700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07700 is #4F88FF. Grayscale: #7B7B7B. Windows color (decimal): -5212416 or 30640. OLE color: 30640.

HSL color Cylindrical-coordinate representation of color #B07700: hue angle of 40.57º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B07700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1761190-
CMYK00.3210.31
HSL40.57º100%34.51%-
HSV(B)40.57º100%69.02%-
XYZ24.522.423.04-
YUV122.4858.88166.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.66%
G=40.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176119000.3210.3140.5710034.51
HexB0770020641F296423
Octal2601670040144375114443
Binary101100001110111001000001100100111111010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07700; }

 p { color: rgb(176,119,0); }

 H1.HeaderClassName
 {
   color: #B07700;
 }
 .AnyTagClassName
 {
   color: #B07700;
 }
</style>
background-color css

<style>
 a { background-color: #B07700; }

 a { background-color: rgb(176,119,0); }

 div.DivClassName
 {
   background-color: #B07700;
 }
 .BgClassName
 {
   background-color: #B07700;
 }
</style>
border-color css

<style>
 span { border-color: #B07700; }

 span { border-color: rgb(176,119,0); }

 td.TdClassName
 {
   border-color: #B07700;
 }
 .TagClassName
 {
   border-color: #B07700;
 }
</style>