#B17B2E

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

Shades of Mandalay #B17B2E

Tints of Mandalay #B17B2E

Color information

#B17B2E (or 0xB17B2E) is unknown color: approx Mandalay. HEX triplet: B1, 7B and 2E. RGB value is (177,123,46). Sum of RGB (Red+Green+Blue) = 177+123+46=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B2E is #4E84D1. Grayscale: #828282. Windows color (decimal): -5145810 or 3046321. OLE color: 3046321.

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

Color convert

RGB17712346-
CMYK00.310.740.31
HSL35.27º58.74%43.73%-
HSV(B)35.27º74.01%69.41%-
XYZ25.7123.715.81-
YUV130.3780.39161.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 46 (18.36% from 255) = 13.29%
R=51.16%
G=35.55%
B=13.29%

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
Decimal1771234600.310.740.3135.2758.7443.73
HexB17B2E01F4A1F233b2c
Octal2611735603711237437354
Binary101100011111011101110011111100101011111100011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B2E; }

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

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

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

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

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

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

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

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