#B1822C

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

Shades of Mandalay #B1822C

Tints of Mandalay #B1822C

Color information

#B1822C (or 0xB1822C) is unknown color: approx Mandalay. HEX triplet: B1, 82 and 2C. RGB value is (177,130,44). Sum of RGB (Red+Green+Blue) = 177+130+44=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1822C is #4E7DD3. Grayscale: #868686. Windows color (decimal): -5144020 or 2917041. OLE color: 2917041.

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

Color convert

RGB17713044-
CMYK00.270.750.31
HSL38.8º60.18%43.33%-
HSV(B)38.8º75.14%69.41%-
XYZ26.5725.495.9-
YUV134.2577.07158.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=50.43%
G=37.04%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771304400.270.750.3138.860.1843.33
HexB1822C01B4B1F273c2b
Octal2612025403311337477453
Binary1011000110000010101100011011100101111111100111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1822C; }

 p { color: rgb(177,130,44); }

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

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

 a { background-color: rgb(177,130,44); }

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

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

 span { border-color: rgb(177,130,44); }

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