#B79704

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

Shades of Dark Goldenrod #B79704

Tints of Dark Goldenrod #B79704

Color information

#B79704 (or 0xB79704) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 97 and 04. RGB value is (183,151,4). Sum of RGB (Red+Green+Blue) = 183+151+4=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B79704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79704 is #4868FB. Grayscale: #909090. Windows color (decimal): -4745468 or 300983. OLE color: 300983.

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

Color convert

RGB1831514-
CMYK00.170.980.28
HSL49.27º95.72%36.67%-
HSV(B)49.27º97.81%71.76%-
XYZ30.6232.214.72-
YUV143.8149.1155.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.14%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=54.14%
G=44.67%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183151400.170.980.2849.2795.7236.67
HexB7974011621C316025
Octal2672274021142346114045
Binary10110111100101111000100011100010111001100011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79704; }

 p { color: rgb(183,151,4); }

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

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

 a { background-color: rgb(183,151,4); }

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

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

 span { border-color: rgb(183,151,4); }

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