#B08813

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

Shades of Dark Goldenrod #B08813

Tints of Dark Goldenrod #B08813

Color information

#B08813 (or 0xB08813) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 88 and 13. RGB value is (176,136,19). Sum of RGB (Red+Green+Blue) = 176+136+19=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B08813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08813 is #4F77EC. Grayscale: #878787. Windows color (decimal): -5208045 or 1280176. OLE color: 1280176.

HSL color Cylindrical-coordinate representation of color #B08813: hue angle of 44.71º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B08813 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17613619-
CMYK00.230.890.31
HSL44.71º80.51%38.24%-
HSV(B)44.71º89.2%69.02%-
XYZ26.8326.894.39-
YUV134.6262.75157.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 19 (7.81% from 255) = 5.74%
R=53.17%
G=41.09%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761361900.230.890.3144.7180.5138.24
HexB08813017591F2d5126
Octal26021023027131375512146
Binary1011000010001000100110101111011001111111011011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08813; }

 p { color: rgb(176,136,19); }

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

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

 a { background-color: rgb(176,136,19); }

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

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

 span { border-color: rgb(176,136,19); }

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