#B38135

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

Shades of Mandalay #B38135

Tints of Mandalay #B38135

Color information

#B38135 (or 0xB38135) is unknown color: approx Mandalay. HEX triplet: B3, 81 and 35. RGB value is (179,129,53). Sum of RGB (Red+Green+Blue) = 179+129+53=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B38135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38135 is #4C7ECA. Grayscale: #878787. Windows color (decimal): -5013195 or 3506611. OLE color: 3506611.

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

Color convert

RGB17912953-
CMYK00.280.700.30
HSL36.19º54.31%45.49%-
HSV(B)36.19º70.39%70.2%-
XYZ27.0825.546.87-
YUV135.2981.56159.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 53 (21.09% from 255) = 14.68%
R=49.58%
G=35.73%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791295300.280.700.3036.1954.3145.49
HexB3813501C461E24362d
Octal2632016503410636446655
Binary1011001110000001110101011100100011011110100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38135; }

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

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

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

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

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

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

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

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