#B38131

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

Shades of Mandalay #B38131

Tints of Mandalay #B38131

Color information

#B38131 (or 0xB38131) is unknown color: approx Mandalay. HEX triplet: B3, 81 and 31. RGB value is (179,129,49). Sum of RGB (Red+Green+Blue) = 179+129+49=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B38131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38131 is #4C7ECE. Grayscale: #878787. Windows color (decimal): -5013199 or 3244467. OLE color: 3244467.

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

Color convert

RGB17912949-
CMYK00.280.730.30
HSL36.92º57.02%44.71%-
HSV(B)36.92º72.63%70.2%-
XYZ2725.516.41-
YUV134.8379.56159.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.14%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 49 (19.53% from 255) = 13.73%
R=50.14%
G=36.13%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791294900.280.730.3036.9257.0244.71
HexB3813101C491E25392d
Octal2632016103411136457155
Binary1011001110000001110001011100100100111110100101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38131; }

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

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

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

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

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

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

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

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