#B76A06

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

Shades of Dark Goldenrod #B76A06

Tints of Dark Goldenrod #B76A06

Color information

#B76A06 (or 0xB76A06) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 6A and 06. RGB value is (183,106,6). Sum of RGB (Red+Green+Blue) = 183+106+6=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A06 is #4895F9. Grayscale: #767676. Windows color (decimal): -4756986 or 420535. OLE color: 420535.

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

Color convert

RGB1831066-
CMYK00.420.970.28
HSL33.9º93.65%37.06%-
HSV(B)33.9º96.72%71.76%-
XYZ24.7220.392.81-
YUV117.6265.01174.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.03%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 6 (2.73% from 255) = 2.03%
R=62.03%
G=35.93%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183106600.420.970.2833.993.6537.06
HexB76A602A611C225e25
Octal2671526052141344213645
Binary10110111110101011001010101100001111001000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A06; }

 p { color: rgb(183,106,6); }

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

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

 a { background-color: rgb(183,106,6); }

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

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

 span { border-color: rgb(183,106,6); }

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