#B58133

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

Shades of Mandalay #B58133

Tints of Mandalay #B58133

Color information

#B58133 (or 0xB58133) is unknown color: approx Mandalay. HEX triplet: B5, 81 and 33. RGB value is (181,129,51). Sum of RGB (Red+Green+Blue) = 181+129+51=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B58133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58133 is #4A7ECC. Grayscale: #888888. Windows color (decimal): -4882125 or 3375541. OLE color: 3375541.

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

Color convert

RGB18112951-
CMYK00.290.720.29
HSL36º56.03%45.49%-
HSV(B)36º71.82%70.98%-
XYZ27.525.766.66-
YUV135.6680.23160.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 51 (20.31% from 255) = 14.13%
R=50.14%
G=35.73%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811295100.290.720.293656.0345.49
HexB5813301D481D24382d
Octal2652016303511035447055
Binary1011010110000001110011011101100100011101100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58133; }

 p { color: rgb(181,129,51); }

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

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

 a { background-color: rgb(181,129,51); }

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

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

 span { border-color: rgb(181,129,51); }

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