#B77706

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

Shades of Dark Goldenrod #B77706

Tints of Dark Goldenrod #B77706

Color information

#B77706 (or 0xB77706) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 77 and 06. RGB value is (183,119,6). Sum of RGB (Red+Green+Blue) = 183+119+6=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B77706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77706 is #4888F9. Grayscale: #7D7D7D. Windows color (decimal): -4753658 or 423863. OLE color: 423863.

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

Color convert

RGB1831196-
CMYK00.350.970.28
HSL38.31º93.65%37.06%-
HSV(B)38.31º96.72%71.76%-
XYZ26.1623.273.29-
YUV125.2560.7169.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 119 (46.88% from 255) = 38.64%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=59.42%
G=38.64%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183119600.350.970.2838.3193.6537.06
HexB7776023611C265e25
Octal2671676043141344613645
Binary10110111111011111001000111100001111001001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77706; }

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

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

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

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

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

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

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

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