#B5802E

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

Shades of Mandalay #B5802E

Tints of Mandalay #B5802E

Color information

#B5802E (or 0xB5802E) is unknown color: approx Mandalay. HEX triplet: B5, 80 and 2E. RGB value is (181,128,46). Sum of RGB (Red+Green+Blue) = 181+128+46=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B5802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5802E is #4A7FD1. Grayscale: #868686. Windows color (decimal): -4882386 or 3047605. OLE color: 3047605.

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

Color convert

RGB18112846-
CMYK00.290.750.29
HSL36.44º59.47%44.51%-
HSV(B)36.44º74.59%70.98%-
XYZ27.2725.466.06-
YUV134.578.06161.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 128 (50.39% from 255) = 36.06%
BLUE value IS 46 (18.36% from 255) = 12.96%
R=50.99%
G=36.06%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811284600.290.750.2936.4459.4744.51
HexB5802E01D4B1D243b2d
Octal2652005603511335447355
Binary1011010110000000101110011101100101111101100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5802E; }

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

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

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

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

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

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

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

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