#b17e26

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

Shades of Mandalay #B17E26

Tints of Mandalay #B17E26

Color information

#B17E26 (or 0xB17E26) is unknown color: approx Mandalay. HEX triplet: B1, 7E and 26. RGB value is (177,126,38). Sum of RGB (Red+Green+Blue) = 177+126+38=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17E26 is #4E81D9. Grayscale: #838383. Windows color (decimal): -5145050 or 2522801. OLE color: 2522801.

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

Color convert

RGB17712638-
CMYK00.290.790.31
HSL37.99º64.65%42.16%-
HSV(B)37.99º78.53%69.41%-
XYZ25.9424.415.18-
YUV131.2275.4160.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.91%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 38 (15.23% from 255) = 11.14%
R=51.91%
G=36.95%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771263800.290.790.3137.9964.6542.16
HexB17E2601D4F1F26412a
Octal26117646035117374610152
Binary1011000111111101001100111011001111111111001101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b17e26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b17e26; }

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

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

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

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

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

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

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

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