#B69209

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

Shades of Dark Goldenrod #B69209

Tints of Dark Goldenrod #B69209

Color information

#B69209 (or 0xB69209) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 92 and 09. RGB value is (182,146,9). Sum of RGB (Red+Green+Blue) = 182+146+9=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B69209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69209 is #496DF6. Grayscale: #8D8D8D. Windows color (decimal): -4812279 or 627382. OLE color: 627382.

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

Color convert

RGB1821469-
CMYK00.200.950.29
HSL47.51º90.58%37.45%-
HSV(B)47.51º95.05%71.37%-
XYZ29.6230.524.59-
YUV141.1553.43157.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.01%
GREEN value IS 146 (57.42% from 255) = 43.32%
BLUE value IS 9 (3.91% from 255) = 2.67%
R=54.01%
G=43.32%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182146900.200.950.2947.5190.5837.45
HexB69290145F1D305b25
Octal26622211024137356013345
Binary101101101001001010010101001011111111011100001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69209; }

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

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

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

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

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

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

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

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