#B18127

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

Shades of Mandalay #B18127

Tints of Mandalay #B18127

Color information

#B18127 (or 0xB18127) is unknown color: approx Mandalay. HEX triplet: B1, 81 and 27. RGB value is (177,129,39). Sum of RGB (Red+Green+Blue) = 177+129+39=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18127 is #4E7ED8. Grayscale: #858585. Windows color (decimal): -5144281 or 2589105. OLE color: 2589105.

HSL color Cylindrical-coordinate representation of color #B18127: hue angle of 39.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B18127 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17712939-
CMYK00.270.780.31
HSL39.13º63.89%42.35%-
HSV(B)39.13º77.97%69.41%-
XYZ26.3525.195.39-
YUV133.0974.9159.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 39 (15.62% from 255) = 11.30%
R=51.30%
G=37.39%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771293900.270.780.3139.1363.8942.35
HexB1812701B4E1F27402a
Octal26120147033116374710052
Binary10110001100000011001110110111001110111111001111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18127; }

 p { color: rgb(177,129,39); }

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

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

 a { background-color: rgb(177,129,39); }

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

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

 span { border-color: rgb(177,129,39); }

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