#B57630

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

Shades of Mandalay #B57630

Tints of Mandalay #B57630

Color information

#B57630 (or 0xB57630) is unknown color: approx Mandalay. HEX triplet: B5, 76 and 30. RGB value is (181,118,48). Sum of RGB (Red+Green+Blue) = 181+118+48=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B57630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57630 is #4A89CF. Grayscale: #818181. Windows color (decimal): -4884944 or 3176117. OLE color: 3176117.

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

Color convert

RGB18111848-
CMYK00.350.730.29
HSL31.58º58.08%44.9%-
HSV(B)31.58º73.48%70.98%-
XYZ26.0722.995.86-
YUV128.8682.37165.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=52.16%
G=34.01%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811184800.350.730.2931.5858.0844.9
HexB57630023491D203a2d
Octal2651666004311135407255
Binary1011010111101101100000100011100100111101100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57630; }

 p { color: rgb(181,118,48); }

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

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

 a { background-color: rgb(181,118,48); }

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

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

 span { border-color: rgb(181,118,48); }

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