#B69204

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

Shades of Dark Goldenrod #B69204

Tints of Dark Goldenrod #B69204

Color information

#B69204 (or 0xB69204) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 92 and 04. RGB value is (182,146,4). Sum of RGB (Red+Green+Blue) = 182+146+4=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B69204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69204 is #496DFB. Grayscale: #8D8D8D. Windows color (decimal): -4812284 or 299702. OLE color: 299702.

HSL color Cylindrical-coordinate representation of color #B69204: hue angle of 47.87º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B69204 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1821464-
CMYK00.200.980.29
HSL47.87º95.7%36.47%-
HSV(B)47.87º97.8%71.37%-
XYZ29.5930.514.44-
YUV140.5850.93157.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 4 (1.95% from 255) = 1.20%
R=54.82%
G=43.98%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182146400.200.980.2947.8795.736.47
HexB6924014621D306024
Octal2662224024142356014044
Binary10110110100100101000101001100010111011100001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69204; }

 p { color: rgb(182,146,4); }

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

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

 a { background-color: rgb(182,146,4); }

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

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

 span { border-color: rgb(182,146,4); }

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