#B5782F

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

Shades of Mandalay #B5782F

Tints of Mandalay #B5782F

Color information

#B5782F (or 0xB5782F) is unknown color: approx Mandalay. HEX triplet: B5, 78 and 2F. RGB value is (181,120,47). Sum of RGB (Red+Green+Blue) = 181+120+47=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B5782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5782F is #4A87D0. Grayscale: #828282. Windows color (decimal): -4884433 or 3111093. OLE color: 3111093.

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

Color convert

RGB18112047-
CMYK00.340.740.29
HSL32.69º58.77%44.71%-
HSV(B)32.69º74.03%70.98%-
XYZ26.2923.465.83-
YUV129.9281.21164.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.01%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 47 (18.75% from 255) = 13.51%
R=52.01%
G=34.48%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811204700.340.740.2932.6958.7744.71
HexB5782F0224A1D213b2d
Octal2651705704211235417355
Binary1011010111110001011110100010100101011101100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5782F; }

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

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

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

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

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

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

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

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