#B5812A

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

Shades of Mandalay #B5812A

Tints of Mandalay #B5812A

Color information

#B5812A (or 0xB5812A) is unknown color: approx Mandalay. HEX triplet: B5, 81 and 2A. RGB value is (181,129,42). Sum of RGB (Red+Green+Blue) = 181+129+42=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B5812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5812A is #4A7ED5. Grayscale: #878787. Windows color (decimal): -4882134 or 2785717. OLE color: 2785717.

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

Color convert

RGB18112942-
CMYK00.290.770.29
HSL37.55º62.33%43.73%-
HSV(B)37.55º76.8%70.98%-
XYZ27.3225.695.71-
YUV134.6375.73161.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.42%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 42 (16.80% from 255) = 11.93%
R=51.42%
G=36.65%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811294200.290.770.2937.5562.3343.73
HexB5812A01D4D1D263e2c
Octal2652015203511535467654
Binary1011010110000001101010011101100110111101100110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5812A; }

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

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

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

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

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

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

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

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