#B09208

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

Shades of Dark Goldenrod #B09208

Tints of Dark Goldenrod #B09208

Color information

#B09208 (or 0xB09208) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 92 and 08. RGB value is (176,146,8). Sum of RGB (Red+Green+Blue) = 176+146+8=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B09208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09208 is #4F6DF7. Grayscale: #8B8B8B. Windows color (decimal): -5205496 or 561840. OLE color: 561840.

HSL color Cylindrical-coordinate representation of color #B09208: hue angle of 49.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B09208 is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1761468-
CMYK00.170.950.31
HSL49.29º91.3%36.08%-
HSV(B)49.29º95.45%69.02%-
XYZ28.2329.814.5-
YUV139.2453.94154.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 8 (3.52% from 255) = 2.42%
R=53.33%
G=44.24%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176146800.170.950.3149.2991.336.08
HexB09280115F1F315b24
Octal26022210021137376113344
Binary101100001001001010000100011011111111111100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09208; }

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

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

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

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

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

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

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

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