#B58020

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

Shades of Mandalay #B58020

Tints of Mandalay #B58020

Color information

#B58020 (or 0xB58020) is unknown color: approx Mandalay. HEX triplet: B5, 80 and 20. RGB value is (181,128,32). Sum of RGB (Red+Green+Blue) = 181+128+32=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B58020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58020 is #4A7FDF. Grayscale: #858585. Windows color (decimal): -4882400 or 2130101. OLE color: 2130101.

HSL color Cylindrical-coordinate representation of color #B58020: hue angle of 38.66º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B58020 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB18112832-
CMYK00.290.820.29
HSL38.66º69.95%41.76%-
HSV(B)38.66º82.32%70.98%-
XYZ27.0425.374.84-
YUV132.971.06162.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 53.08%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 32 (12.89% from 255) = 9.38%
R=53.08%
G=37.54%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811283200.290.820.2938.6669.9541.76
HexB5802001D521D27462a
Octal26520040035122354710652
Binary10110101100000001000000111011010010111011001111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58020; }

 p { color: rgb(181,128,32); }

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

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

 a { background-color: rgb(181,128,32); }

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

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

 span { border-color: rgb(181,128,32); }

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