#B39210

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

Shades of Dark Goldenrod #B39210

Tints of Dark Goldenrod #B39210

Color information

#B39210 (or 0xB39210) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 92 and 10. RGB value is (179,146,16). Sum of RGB (Red+Green+Blue) = 179+146+16=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B39210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39210 is #4C6DEF. Grayscale: #8D8D8D. Windows color (decimal): -5008880 or 1086131. OLE color: 1086131.

HSL color Cylindrical-coordinate representation of color #B39210: hue angle of 47.85º 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 #B39210 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB17914616-
CMYK00.180.910.30
HSL47.85º83.59%38.24%-
HSV(B)47.85º91.06%70.2%-
XYZ28.9630.184.79-
YUV141.0557.43155.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 16 (6.64% from 255) = 4.69%
R=52.49%
G=42.82%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791461600.180.910.3047.8583.5938.24
HexB392100125B1E305426
Octal26322220022133366012446
Binary1011001110010010100000100101011011111101100001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39210; }

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

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

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

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

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

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

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

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