#B17B35

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

Shades of Mandalay #B17B35

Tints of Mandalay #B17B35

Color information

#B17B35 (or 0xB17B35) is unknown color: approx Mandalay. HEX triplet: B1, 7B and 35. RGB value is (177,123,53). Sum of RGB (Red+Green+Blue) = 177+123+53=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17B35 is #4E84CA. Grayscale: #838383. Windows color (decimal): -5145803 or 3505073. OLE color: 3505073.

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

Color convert

RGB17712353-
CMYK00.310.700.31
HSL33.87º53.91%45.1%-
HSV(B)33.87º70.06%69.41%-
XYZ25.8623.776.59-
YUV131.1783.89160.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=50.14%
G=34.84%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771235300.310.700.3133.8753.9145.1
HexB17B3501F461F22362d
Octal2611736503710637426655
Binary101100011111011110101011111100011011111100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17B35; }

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

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

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

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

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

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

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

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