#B77806

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

Shades of Dark Goldenrod #B77806

Tints of Dark Goldenrod #B77806

Color information

#B77806 (or 0xB77806) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 78 and 06. RGB value is (183,120,6). Sum of RGB (Red+Green+Blue) = 183+120+6=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B77806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77806 is #4887F9. Grayscale: #7E7E7E. Windows color (decimal): -4753402 or 424119. OLE color: 424119.

HSL color Cylindrical-coordinate representation of color #B77806: hue angle of 38.64º 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 #B77806 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1831206-
CMYK00.340.970.28
HSL38.64º93.65%37.06%-
HSV(B)38.64º96.72%71.76%-
XYZ26.2823.513.33-
YUV125.8460.37168.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.22%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=59.22%
G=38.83%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183120600.340.970.2838.6493.6537.06
HexB7786022611C275e25
Octal2671706042141344713645
Binary10110111111100011001000101100001111001001111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77806; }

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

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

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

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

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

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

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

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