#B27D37

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

Shades of Mandalay #B27D37

Tints of Mandalay #B27D37

Color information

#B27D37 (or 0xB27D37) is unknown color: approx Mandalay. HEX triplet: B2, 7D and 37. RGB value is (178,125,55). Sum of RGB (Red+Green+Blue) = 178+125+55=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27D37 is #4D82C8. Grayscale: #858585. Windows color (decimal): -5079753 or 3636658. OLE color: 3636658.

HSL color Cylindrical-coordinate representation of color #B27D37: hue angle of 34.15º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B27D37 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB17812555-
CMYK00.300.690.30
HSL34.15º52.79%45.69%-
HSV(B)34.15º69.1%69.8%-
XYZ26.3824.416.94-
YUV132.8784.06160.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 55 (21.88% from 255) = 15.36%
R=49.72%
G=34.92%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781255500.300.690.3034.1552.7945.69
HexB27D3701E451E22352e
Octal2621756703610536426556
Binary101100101111101110111011110100010111110100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D37; }

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

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

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

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

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

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

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

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