#B1842D

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

Shades of Mandalay #B1842D

Tints of Mandalay #B1842D

Color information

#B1842D (or 0xB1842D) is unknown color: approx Mandalay. HEX triplet: B1, 84 and 2D. RGB value is (177,132,45). Sum of RGB (Red+Green+Blue) = 177+132+45=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1842D is #4E7BD2. Grayscale: #878787. Windows color (decimal): -5143507 or 2983089. OLE color: 2983089.

HSL color Cylindrical-coordinate representation of color #B1842D: hue angle of 39.55º 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 #B1842D is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17713245-
CMYK00.250.750.31
HSL39.55º59.46%43.53%-
HSV(B)39.55º74.58%69.41%-
XYZ26.8626.046.09-
YUV135.5476.91157.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=50%
G=37.29%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771324500.250.750.3139.5559.4643.53
HexB1842D0194B1F283b2c
Octal2612045503111337507354
Binary1011000110000100101101011001100101111111101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1842D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1842D; }

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

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

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

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

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

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

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

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