#B27D36

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

Shades of Mandalay #B27D36

Tints of Mandalay #B27D36

Color information

#B27D36 (or 0xB27D36) is unknown color: approx Mandalay. HEX triplet: B2, 7D and 36. RGB value is (178,125,54). Sum of RGB (Red+Green+Blue) = 178+125+54=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D36 is #4D82C9. Grayscale: #858585. Windows color (decimal): -5079754 or 3571122. OLE color: 3571122.

HSL color Cylindrical-coordinate representation of color #B27D36: hue angle of 34.35º degrees, saturation: 0.53, 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 #B27D36 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17812554-
CMYK00.300.700.30
HSL34.35º53.45%45.49%-
HSV(B)34.35º69.66%69.8%-
XYZ26.3624.46.81-
YUV132.7583.56160.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 54 (21.48% from 255) = 15.13%
R=49.86%
G=35.01%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781255400.300.700.3034.3553.4545.49
HexB27D3601E461E22352d
Octal2621756603610636426555
Binary101100101111101110110011110100011011110100010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D36; }

 p { color: rgb(178,125,54); }

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

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

 a { background-color: rgb(178,125,54); }

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

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

 span { border-color: rgb(178,125,54); }

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