#B38235

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

Shades of Mandalay #B38235

Tints of Mandalay #B38235

Color information

#B38235 (or 0xB38235) is unknown color: approx Mandalay. HEX triplet: B3, 82 and 35. RGB value is (179,130,53). Sum of RGB (Red+Green+Blue) = 179+130+53=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 53 (21.09% from 255 or 14.64% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B38235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38235 is #4C7DCA. Grayscale: #888888. Windows color (decimal): -5012939 or 3506867. OLE color: 3506867.

HSL color Cylindrical-coordinate representation of color #B38235: hue angle of 36.67º 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 #B38235 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB17913053-
CMYK00.270.700.30
HSL36.67º54.31%45.49%-
HSV(B)36.67º70.39%70.2%-
XYZ27.2225.816.91-
YUV135.8781.23158.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 53 (21.09% from 255) = 14.64%
R=49.45%
G=35.91%
B=14.64%

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
Decimal1791305300.270.700.3036.6754.3145.49
HexB3823501B461E25362d
Octal2632026503310636456655
Binary1011001110000010110101011011100011011110100101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38235; }

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

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

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

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

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

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

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

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