#B1812F

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

Shades of Mandalay #B1812F

Tints of Mandalay #B1812F

Color information

#B1812F (or 0xB1812F) is unknown color: approx Mandalay. HEX triplet: B1, 81 and 2F. RGB value is (177,129,47). Sum of RGB (Red+Green+Blue) = 177+129+47=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1812F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1812F is #4E7ED0. Grayscale: #868686. Windows color (decimal): -5144273 or 3113393. OLE color: 3113393.

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

Color convert

RGB17712947-
CMYK00.270.730.31
HSL37.85º58.04%43.92%-
HSV(B)37.85º73.45%69.41%-
XYZ26.4925.256.17-
YUV13478.9158.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 47 (18.75% from 255) = 13.31%
R=50.14%
G=36.54%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771294700.270.730.3137.8558.0443.92
HexB1812F01B491F263a2c
Octal2612015703311137467254
Binary1011000110000001101111011011100100111111100110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1812F; }

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

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

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

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

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

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

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

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