#B57834

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

Shades of Mandalay #B57834

Tints of Mandalay #B57834

Color information

#B57834 (or 0xB57834) is unknown color: approx Mandalay. HEX triplet: B5, 78 and 34. RGB value is (181,120,52). Sum of RGB (Red+Green+Blue) = 181+120+52=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B57834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57834 is #4A87CB. Grayscale: #828282. Windows color (decimal): -4884428 or 3438773. OLE color: 3438773.

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

Color convert

RGB18112052-
CMYK00.340.710.29
HSL31.63º55.36%45.69%-
HSV(B)31.63º71.27%70.98%-
XYZ26.3923.56.39-
YUV130.4983.71164.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 52 (20.70% from 255) = 14.73%
R=51.27%
G=33.99%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811205200.340.710.2931.6355.3645.69
HexB57834022471D20372e
Octal2651706404210735406756
Binary1011010111110001101000100010100011111101100000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57834; }

 p { color: rgb(181,120,52); }

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

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

 a { background-color: rgb(181,120,52); }

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

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

 span { border-color: rgb(181,120,52); }

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