#B5802A

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

Shades of Mandalay #B5802A

Tints of Mandalay #B5802A

Color information

#B5802A (or 0xB5802A) is unknown color: approx Mandalay. HEX triplet: B5, 80 and 2A. RGB value is (181,128,42). Sum of RGB (Red+Green+Blue) = 181+128+42=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 42 (16.80% from 255 or 11.97% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B5802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5802A is #4A7FD5. Grayscale: #868686. Windows color (decimal): -4882390 or 2785461. OLE color: 2785461.

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

Color convert

RGB18112842-
CMYK00.290.770.29
HSL37.12º62.33%43.73%-
HSV(B)37.12º76.8%70.98%-
XYZ27.1925.435.67-
YUV134.0476.06161.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.57%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 42 (16.80% from 255) = 11.97%
R=51.57%
G=36.47%
B=11.97%

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
Decimal1811284200.290.770.2937.1262.3343.73
HexB5802A01D4D1D253e2c
Octal2652005203511535457654
Binary1011010110000000101010011101100110111101100101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5802A; }

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

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

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

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

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

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

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

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