#B17832

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

Shades of Mandalay #B17832

Tints of Mandalay #B17832

Color information

#B17832 (or 0xB17832) is unknown color: approx Mandalay. HEX triplet: B1, 78 and 32. RGB value is (177,120,50). Sum of RGB (Red+Green+Blue) = 177+120+50=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 120 (47.27% from 255 or 34.58% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B17832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17832 is #4E87CD. Grayscale: #818181. Windows color (decimal): -5146574 or 3307697. OLE color: 3307697.

HSL color Cylindrical-coordinate representation of color #B17832: hue angle of 33.07º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B17832 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17712050-
CMYK00.320.720.31
HSL33.07º55.95%44.51%-
HSV(B)33.07º71.75%69.41%-
XYZ25.4223.016.12-
YUV129.0683.38162.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 120 (47.27% from 255) = 34.58%
BLUE value IS 50 (19.92% from 255) = 14.41%
R=51.01%
G=34.58%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771205000.320.720.3133.0755.9544.51
HexB17832020481F21382d
Octal2611706204011037417055
Binary1011000111110001100100100000100100011111100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17832; }

 p { color: rgb(177,120,50); }

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

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

 a { background-color: rgb(177,120,50); }

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

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

 span { border-color: rgb(177,120,50); }

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