#B08010

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

Shades of Dark Goldenrod #B08010

Tints of Dark Goldenrod #B08010

Color information

#B08010 (or 0xB08010) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 80 and 10. RGB value is (176,128,16). Sum of RGB (Red+Green+Blue) = 176+128+16=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B08010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08010 is #4F7FEF. Grayscale: #828282. Windows color (decimal): -5210096 or 1081520. OLE color: 1081520.

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

Color convert

RGB17612816-
CMYK00.270.910.31
HSL42º83.33%37.65%-
HSV(B)42º90.91%69.02%-
XYZ25.7224.713.9-
YUV129.5863.9161.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55%
GREEN value IS 128 (50.39% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 5%
R=55%
G=40%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761281600.270.910.314283.3337.65
HexB0801001B5B1F2a5326
Octal26020020033133375212346
Binary1011000010000000100000110111011011111111010101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08010; }

 p { color: rgb(176,128,16); }

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

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

 a { background-color: rgb(176,128,16); }

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

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

 span { border-color: rgb(176,128,16); }

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