#B1842E

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

Shades of Mandalay #B1842E

Tints of Mandalay #B1842E

Color information

#B1842E (or 0xB1842E) is unknown color: approx Mandalay. HEX triplet: B1, 84 and 2E. RGB value is (177,132,46). Sum of RGB (Red+Green+Blue) = 177+132+46=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1842E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1842E is #4E7BD1. Grayscale: #888888. Windows color (decimal): -5143506 or 3048625. OLE color: 3048625.

HSL color Cylindrical-coordinate representation of color #B1842E: hue angle of 39.39º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1842E is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB17713246-
CMYK00.250.740.31
HSL39.39º58.74%43.73%-
HSV(B)39.39º74.01%69.41%-
XYZ26.8826.056.2-
YUV135.6577.41157.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 132 (51.95% from 255) = 37.18%
BLUE value IS 46 (18.36% from 255) = 12.96%
R=49.86%
G=37.18%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771324600.250.740.3139.3958.7443.73
HexB1842E0194A1F273b2c
Octal2612045603111237477354
Binary1011000110000100101110011001100101011111100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1842E; }

 p { color: rgb(177,132,46); }

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

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

 a { background-color: rgb(177,132,46); }

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

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

 span { border-color: rgb(177,132,46); }

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