#B39010

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

Shades of Dark Goldenrod #B39010

Tints of Dark Goldenrod #B39010

Color information

#B39010 (or 0xB39010) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 90 and 10. RGB value is (179,144,16). Sum of RGB (Red+Green+Blue) = 179+144+16=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B39010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39010 is #4C6FEF. Grayscale: #8C8C8C. Windows color (decimal): -5009392 or 1085619. OLE color: 1085619.

HSL color Cylindrical-coordinate representation of color #B39010: hue angle of 47.12º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B39010 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17914416-
CMYK00.200.910.30
HSL47.12º83.59%38.24%-
HSV(B)47.12º91.06%70.2%-
XYZ28.6629.574.69-
YUV139.8758.1155.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 144 (56.64% from 255) = 42.48%
BLUE value IS 16 (6.64% from 255) = 4.72%
R=52.80%
G=42.48%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791441600.200.910.3047.1283.5938.24
HexB390100145B1E2f5426
Octal26322020024133365712446
Binary1011001110010000100000101001011011111101011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39010; }

 p { color: rgb(179,144,16); }

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

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

 a { background-color: rgb(179,144,16); }

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

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

 span { border-color: rgb(179,144,16); }

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