#B27E32

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

Shades of Mandalay #B27E32

Tints of Mandalay #B27E32

Color information

#B27E32 (or 0xB27E32) is unknown color: approx Mandalay. HEX triplet: B2, 7E and 32. RGB value is (178,126,50). Sum of RGB (Red+Green+Blue) = 178+126+50=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E32 is #4D81CD. Grayscale: #858585. Windows color (decimal): -5079502 or 3309234. OLE color: 3309234.

HSL color Cylindrical-coordinate representation of color #B27E32: hue angle of 35.62º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B27E32 is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17812650-
CMYK00.290.720.30
HSL35.62º56.14%44.71%-
HSV(B)35.62º71.91%69.8%-
XYZ26.424.626.38-
YUV132.8881.23160.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 126 (49.61% from 255) = 35.59%
BLUE value IS 50 (19.92% from 255) = 14.12%
R=50.28%
G=35.59%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781265000.290.720.3035.6256.1444.71
HexB27E3201D481E24382d
Octal2621766203511036447055
Binary101100101111110110010011101100100011110100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E32; }

 p { color: rgb(178,126,50); }

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

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

 a { background-color: rgb(178,126,50); }

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

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

 span { border-color: rgb(178,126,50); }

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