#b38039

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

Shades of Mandalay #B38039

Tints of Mandalay #B38039

Color information

#B38039 (or 0xB38039) is unknown color: approx Mandalay. HEX triplet: B3, 80 and 39. RGB value is (179,128,57). Sum of RGB (Red+Green+Blue) = 179+128+57=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B38039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38039 is #4C7FC6. Grayscale: #878787. Windows color (decimal): -5013447 or 3768499. OLE color: 3768499.

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

Color convert

RGB17912857-
CMYK00.280.680.30
HSL34.92º51.69%46.27%-
HSV(B)34.92º68.16%70.2%-
XYZ27.0525.327.33-
YUV135.1583.9159.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 57 (22.66% from 255) = 15.66%
R=49.18%
G=35.16%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791285700.280.680.3034.9251.6946.27
HexB3803901C441E23342e
Octal2632007103410436436456
Binary1011001110000000111001011100100010011110100011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b38039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b38039; }

 p { color: rgb(179,128,57); }

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

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

 a { background-color: rgb(179,128,57); }

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

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

 span { border-color: rgb(179,128,57); }

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