#B1732D

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

Shades of Mandalay #B1732D

Tints of Mandalay #B1732D

Color information

#B1732D (or 0xB1732D) is unknown color: approx Mandalay. HEX triplet: B1, 73 and 2D. RGB value is (177,115,45). Sum of RGB (Red+Green+Blue) = 177+115+45=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1732D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1732D is #4E8CD2. Grayscale: #7D7D7D. Windows color (decimal): -5147859 or 2978737. OLE color: 2978737.

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

Color convert

RGB17711545-
CMYK00.350.750.31
HSL31.82º59.46%43.53%-
HSV(B)31.82º74.58%69.41%-
XYZ24.7421.85.39-
YUV125.5682.54164.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.52%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=52.52%
G=34.12%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771154500.350.750.3131.8259.4643.53
HexB1732D0234B1F203b2c
Octal2611635504311337407354
Binary1011000111100111011010100011100101111111100000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1732D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1732D; }

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

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

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

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

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

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

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

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