#B17A2E

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

Shades of Mandalay #B17A2E

Tints of Mandalay #B17A2E

Color information

#B17A2E (or 0xB17A2E) is unknown color: approx Mandalay. HEX triplet: B1, 7A and 2E. RGB value is (177,122,46). Sum of RGB (Red+Green+Blue) = 177+122+46=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17A2E is #4E85D1. Grayscale: #828282. Windows color (decimal): -5146066 or 3046065. OLE color: 3046065.

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

Color convert

RGB17712246-
CMYK00.310.740.31
HSL34.81º58.74%43.73%-
HSV(B)34.81º74.01%69.41%-
XYZ25.5823.465.77-
YUV129.7880.72161.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 122 (48.05% from 255) = 35.36%
BLUE value IS 46 (18.36% from 255) = 13.33%
R=51.30%
G=35.36%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771224600.310.740.3134.8158.7443.73
HexB17A2E01F4A1F233b2c
Octal2611725603711237437354
Binary101100011111010101110011111100101011111100011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17A2E; }

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

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

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

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

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

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

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

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