#B1762E

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

Shades of Mandalay #B1762E

Tints of Mandalay #B1762E

Color information

#B1762E (or 0xB1762E) is unknown color: approx Mandalay. HEX triplet: B1, 76 and 2E. RGB value is (177,118,46). Sum of RGB (Red+Green+Blue) = 177+118+46=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1762E is #4E89D1. Grayscale: #7F7F7F. Windows color (decimal): -5147090 or 3045041. OLE color: 3045041.

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

Color convert

RGB17711846-
CMYK00.330.740.31
HSL32.98º58.74%43.73%-
HSV(B)32.98º74.01%69.41%-
XYZ25.122.55.6-
YUV127.4382.05163.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 46 (18.36% from 255) = 13.49%
R=51.91%
G=34.60%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771184600.330.740.3132.9858.7443.73
HexB1762E0214A1F213b2c
Octal2611665604111237417354
Binary1011000111101101011100100001100101011111100001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1762E; }

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

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

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

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

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

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

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

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