#B17626

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

Shades of Mandalay #B17626

Tints of Mandalay #B17626

Color information

#B17626 (or 0xB17626) is unknown color: approx Mandalay. HEX triplet: B1, 76 and 26. RGB value is (177,118,38). Sum of RGB (Red+Green+Blue) = 177+118+38=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B17626 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17626 is #4E89D9. Grayscale: #7E7E7E. Windows color (decimal): -5147098 or 2520753. OLE color: 2520753.

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

Color convert

RGB17711838-
CMYK00.330.790.31
HSL34.53º64.65%42.16%-
HSV(B)34.53º78.53%69.41%-
XYZ24.9622.444.85-
YUV126.5278.05164-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.15%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 38 (15.23% from 255) = 11.41%
R=53.15%
G=35.44%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771183800.330.790.3134.5364.6542.16
HexB176260214F1F23412a
Octal26116646041117374310152
Binary10110001111011010011001000011001111111111000111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17626; }

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

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

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

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

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

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

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

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