#B87F38

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

Shades of Mandalay #B87F38

Tints of Mandalay #B87F38

Color information

#B87F38 (or 0xB87F38) is unknown color: approx Mandalay. HEX triplet: B8, 7F and 38. RGB value is (184,127,56). Sum of RGB (Red+Green+Blue) = 184+127+56=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F38 is #4780C7. Grayscale: #888888. Windows color (decimal): -4686024 or 3702712. OLE color: 3702712.

HSL color Cylindrical-coordinate representation of color #B87F38: hue angle of 33.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B87F38 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB18412756-
CMYK00.310.700.28
HSL33.28º53.33%47.06%-
HSV(B)33.28º69.57%72.16%-
XYZ28.0725.657.21-
YUV135.9582.88162.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.14%
GREEN value IS 127 (50% from 255) = 34.60%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=50.14%
G=34.60%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841275600.310.700.2833.2853.3347.06
HexB87F3801F461C21352f
Octal2701777003710634416557
Binary101110001111111111000011111100011011100100001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F38; }

 p { color: rgb(184,127,56); }

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

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

 a { background-color: rgb(184,127,56); }

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

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

 span { border-color: rgb(184,127,56); }

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