#B57B30

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

Shades of Mandalay #B57B30

Tints of Mandalay #B57B30

Color information

#B57B30 (or 0xB57B30) is unknown color: approx Mandalay. HEX triplet: B5, 7B and 30. RGB value is (181,123,48). Sum of RGB (Red+Green+Blue) = 181+123+48=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 48 (19.14% from 255 or 13.64% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B30 is #4A84CF. Grayscale: #848484. Windows color (decimal): -4883664 or 3177397. OLE color: 3177397.

HSL color Cylindrical-coordinate representation of color #B57B30: hue angle of 33.83º 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 #B57B30 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18112348-
CMYK00.320.730.29
HSL33.83º58.08%44.9%-
HSV(B)33.83º73.48%70.98%-
XYZ26.6724.26.06-
YUV131.7980.72163.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 48 (19.14% from 255) = 13.64%
R=51.42%
G=34.94%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811234800.320.730.2933.8358.0844.9
HexB57B30020491D223a2d
Octal2651736004011135427255
Binary1011010111110111100000100000100100111101100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B30; }

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

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

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

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

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

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

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

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