#B38335

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

Shades of Mandalay #B38335

Tints of Mandalay #B38335

Color information

#B38335 (or 0xB38335) is unknown color: approx Mandalay. HEX triplet: B3, 83 and 35. RGB value is (179,131,53). Sum of RGB (Red+Green+Blue) = 179+131+53=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B38335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38335 is #4C7CCA. Grayscale: #888888. Windows color (decimal): -5012683 or 3507123. OLE color: 3507123.

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

Color convert

RGB17913153-
CMYK00.270.700.30
HSL37.14º54.31%45.49%-
HSV(B)37.14º70.39%70.2%-
XYZ27.3526.076.96-
YUV136.4680.9158.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 53 (21.09% from 255) = 14.60%
R=49.31%
G=36.09%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791315300.270.700.3037.1454.3145.49
HexB3833501B461E25362d
Octal2632036503310636456655
Binary1011001110000011110101011011100011011110100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38335; }

 p { color: rgb(179,131,53); }

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

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

 a { background-color: rgb(179,131,53); }

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

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

 span { border-color: rgb(179,131,53); }

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