#B1762D

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

Shades of Mandalay #B1762D

Tints of Mandalay #B1762D

Color information

#B1762D (or 0xB1762D) is unknown color: approx Mandalay. HEX triplet: B1, 76 and 2D. RGB value is (177,118,45). Sum of RGB (Red+Green+Blue) = 177+118+45=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1762D is #4E89D2. Grayscale: #7F7F7F. Windows color (decimal): -5147091 or 2979505. OLE color: 2979505.

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

Color convert

RGB17711845-
CMYK00.330.750.31
HSL33.18º59.46%43.53%-
HSV(B)33.18º74.58%69.41%-
XYZ25.0822.495.5-
YUV127.3281.55163.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 45 (17.97% from 255) = 13.24%
R=52.06%
G=34.71%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771184500.330.750.3133.1859.4643.53
HexB1762D0214B1F213b2c
Octal2611665504111337417354
Binary1011000111101101011010100001100101111111100001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1762D; }

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

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

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

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

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

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

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

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