#B17E38

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

Shades of Mandalay #B17E38

Tints of Mandalay #B17E38

Color information

#B17E38 (or 0xB17E38) is unknown color: approx Mandalay. HEX triplet: B1, 7E and 38. RGB value is (177,126,56). Sum of RGB (Red+Green+Blue) = 177+126+56=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E38 is #4E81C7. Grayscale: #858585. Windows color (decimal): -5145032 or 3702449. OLE color: 3702449.

HSL color Cylindrical-coordinate representation of color #B17E38: hue angle of 34.71º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B17E38 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17712656-
CMYK00.290.680.31
HSL34.71º51.93%45.69%-
HSV(B)34.71º68.36%69.41%-
XYZ26.3124.557.09-
YUV133.2784.4159.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 126 (49.61% from 255) = 35.10%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=49.30%
G=35.10%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771265600.290.680.3134.7151.9345.69
HexB17E3801D441F23342e
Octal2611767003510437436456
Binary101100011111110111000011101100010011111100011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17E38; }

 p { color: rgb(177,126,56); }

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

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

 a { background-color: rgb(177,126,56); }

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

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

 span { border-color: rgb(177,126,56); }

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