#BA8334

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

Shades of Mandalay #BA8334

Tints of Mandalay #BA8334

Color information

#BA8334 (or 0xBA8334) is unknown color: approx Mandalay. HEX triplet: BA, 83 and 34. RGB value is (186,131,52). Sum of RGB (Red+Green+Blue) = 186+131+52=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8334 is #457CCB. Grayscale: #8A8A8A. Windows color (decimal): -4553932 or 3441594. OLE color: 3441594.

HSL color Cylindrical-coordinate representation of color #BA8334: hue angle of 35.37º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA8334 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18613152-
CMYK00.300.720.27
HSL35.37º56.3%46.67%-
HSV(B)35.37º72.04%72.94%-
XYZ28.9926.926.92-
YUV138.4479.22161.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.41%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 52 (20.70% from 255) = 14.09%
R=50.41%
G=35.50%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861315200.300.720.2735.3756.346.67
HexBA833401E481B23382f
Octal2722036403611033437057
Binary1011101010000011110100011110100100011011100011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8334; }

 p { color: rgb(186,131,52); }

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

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

 a { background-color: rgb(186,131,52); }

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

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

 span { border-color: rgb(186,131,52); }

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