#B38210

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

Shades of Dark Goldenrod #B38210

Tints of Dark Goldenrod #B38210

Color information

#B38210 (or 0xB38210) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 82 and 10. RGB value is (179,130,16). Sum of RGB (Red+Green+Blue) = 179+130+16=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B38210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38210 is #4C7DEF. Grayscale: #848484. Windows color (decimal): -5012976 or 1082035. OLE color: 1082035.

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

Color convert

RGB17913016-
CMYK00.270.910.30
HSL41.96º83.59%38.24%-
HSV(B)41.96º91.06%70.2%-
XYZ26.6725.594.02-
YUV131.6662.73161.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 16 (6.64% from 255) = 4.92%
R=55.08%
G=40%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791301600.270.910.3041.9683.5938.24
HexB3821001B5B1E2a5426
Octal26320220033133365212446
Binary1011001110000010100000110111011011111101010101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38210; }

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

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

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

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

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

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

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

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