#B76E0B

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

Shades of Dark Goldenrod #B76E0B

Tints of Dark Goldenrod #B76E0B

Color information

#B76E0B (or 0xB76E0B) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 6E and 0B. RGB value is (183,110,11). Sum of RGB (Red+Green+Blue) = 183+110+11=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76E0B is #4891F4. Grayscale: #797979. Windows color (decimal): -4755957 or 749239. OLE color: 749239.

HSL color Cylindrical-coordinate representation of color #B76E0B: hue angle of 34.53º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B76E0B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB18311011-
CMYK00.400.940.28
HSL34.53º88.66%38.04%-
HSV(B)34.53º93.99%71.76%-
XYZ25.1621.243.09-
YUV120.5466.18172.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 11 (4.69% from 255) = 3.62%
R=60.20%
G=36.18%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831101100.400.940.2834.5388.6638.04
HexB76EB0285E1C235926
Octal26715613050136344313146
Binary101101111101110101101010001011110111001000111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E0B; }

 p { color: rgb(183,110,11); }

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

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

 a { background-color: rgb(183,110,11); }

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

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

 span { border-color: rgb(183,110,11); }

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