#B1832D

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

Shades of Mandalay #B1832D

Tints of Mandalay #B1832D

Color information

#B1832D (or 0xB1832D) is unknown color: approx Mandalay. HEX triplet: B1, 83 and 2D. RGB value is (177,131,45). Sum of RGB (Red+Green+Blue) = 177+131+45=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1832D is #4E7CD2. Grayscale: #878787. Windows color (decimal): -5143763 or 2982833. OLE color: 2982833.

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

Color convert

RGB17713145-
CMYK00.260.750.31
HSL39.09º59.46%43.53%-
HSV(B)39.09º74.58%69.41%-
XYZ26.7225.776.05-
YUV134.9577.24157.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 131 (51.56% from 255) = 37.11%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=50.14%
G=37.11%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771314500.260.750.3139.0959.4643.53
HexB1832D01A4B1F273b2c
Octal2612035503211337477354
Binary1011000110000011101101011010100101111111100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1832D; }

 p { color: rgb(177,131,45); }

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

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

 a { background-color: rgb(177,131,45); }

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

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

 span { border-color: rgb(177,131,45); }

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