#B69208

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

Shades of Dark Goldenrod #B69208

Tints of Dark Goldenrod #B69208

Color information

#B69208 (or 0xB69208) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 92 and 08. RGB value is (182,146,8). Sum of RGB (Red+Green+Blue) = 182+146+8=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B69208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69208 is #496DF7. Grayscale: #8D8D8D. Windows color (decimal): -4812280 or 561846. OLE color: 561846.

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

Color convert

RGB1821468-
CMYK00.200.960.29
HSL47.59º91.58%37.25%-
HSV(B)47.59º95.6%71.37%-
XYZ29.6130.524.56-
YUV141.0352.93157.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 8 (3.52% from 255) = 2.38%
R=54.17%
G=43.45%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182146800.200.960.2947.5991.5837.25
HexB6928014601D305c25
Octal26622210024140356013445
Binary101101101001001010000101001100000111011100001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69208; }

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

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

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

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

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

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

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

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