#B08012

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

Shades of Dark Goldenrod #B08012

Tints of Dark Goldenrod #B08012

Color information

#B08012 (or 0xB08012) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 80 and 12. RGB value is (176,128,18). Sum of RGB (Red+Green+Blue) = 176+128+18=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B08012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08012 is #4F7FED. Grayscale: #828282. Windows color (decimal): -5210094 or 1212592. OLE color: 1212592.

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

Color convert

RGB17612818-
CMYK00.270.900.31
HSL41.77º81.44%38.04%-
HSV(B)41.77º89.77%69.02%-
XYZ25.7324.713.99-
YUV129.8164.9160.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 128 (50.39% from 255) = 39.75%
BLUE value IS 18 (7.42% from 255) = 5.59%
R=54.66%
G=39.75%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761281800.270.900.3141.7781.4438.04
HexB0801201B5A1F2a5126
Octal26020022033132375212146
Binary1011000010000000100100110111011010111111010101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08012; }

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

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

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

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

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

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

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

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