#B27E35

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

Shades of Mandalay #B27E35

Tints of Mandalay #B27E35

Color information

#B27E35 (or 0xB27E35) is unknown color: approx Mandalay. HEX triplet: B2, 7E and 35. RGB value is (178,126,53). Sum of RGB (Red+Green+Blue) = 178+126+53=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27E35 is #4D81CA. Grayscale: #858585. Windows color (decimal): -5079499 or 3505842. OLE color: 3505842.

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

Color convert

RGB17812653-
CMYK00.290.700.30
HSL35.04º54.11%45.29%-
HSV(B)35.04º70.22%69.8%-
XYZ26.4624.646.73-
YUV133.2382.73159.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=49.86%
G=35.29%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781265300.290.700.3035.0454.1145.29
HexB27E3501D461E23362d
Octal2621766503510636436655
Binary101100101111110110101011101100011011110100011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E35; }

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

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

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

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

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

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

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

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