#B08D09

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

Shades of Dark Goldenrod #B08D09

Tints of Dark Goldenrod #B08D09

Color information

#B08D09 (or 0xB08D09) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 8D and 09. RGB value is (176,141,9). Sum of RGB (Red+Green+Blue) = 176+141+9=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08D09 is #4F72F6. Grayscale: #888888. Windows color (decimal): -5206775 or 626096. OLE color: 626096.

HSL color Cylindrical-coordinate representation of color #B08D09: hue angle of 47.43º degrees, saturation: 0.9, 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 #B08D09 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1761419-
CMYK00.200.950.31
HSL47.43º90.27%36.27%-
HSV(B)47.43º94.89%69.02%-
XYZ27.4828.34.27-
YUV136.4256.1156.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.99%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 9 (3.91% from 255) = 2.76%
R=53.99%
G=43.25%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176141900.200.950.3147.4390.2736.27
HexB08D90145F1F2f5a24
Octal26021511024137375713244
Binary101100001000110110010101001011111111111011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D09; }

 p { color: rgb(176,141,9); }

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

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

 a { background-color: rgb(176,141,9); }

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

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

 span { border-color: rgb(176,141,9); }

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