Html Css Color HEX #BA8329 Mandalay

📋 copy color: '#BA8329'

red 186 ◦ green 131 ◦ blue 41

#BA8329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandalay #BA8329

Tints of Mandalay #BA8329

RGB

 RED value IS 186 (73.05% from 255) = 51.96%

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 41 (16.41% from 255) = 11.45%

R = 51.96%
G = 36.59%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA8329 (or 0xBA8329) is known color: Mandalay. HEX triplet: BA, 83 and 29. RGB value is (186,131,41). Sum of RGB (Red+Green+Blue) = 186+131+41=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8329 is #457CD6. Grayscale: #898989. Windows color (decimal): -4553943 or 2720698. OLE color: 2720698.

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

Color convert

RGB 186 131 41 -
CMYK 0 0.30 0.78 0.27
HSL 37.24º 0.64% 0.45% -
HSV(B) 37.24º 0.78% 0.73% -
XYZ 28.77 26.83 5.76 -
YUV 137.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 186 131 41 0 0.30 0.78 0.27 37.24 0.64 0.45
Hex BA 83 29 0 1E 4E 1B 25 40 2D
Octal 272 203 51 0 36 116 33 45 100 55
Binary 10111010 10000011 101001 0 11110 1001110 11011 100101 1000000 101101

Color Harmonies of #BA8329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8329

Black with #BA8329

Text Example


Text Example

White with #BA8329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8329; }

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

 H1.HeaderClassName
 {
   color: #BA8329;
 }
 .AnyTagClassName
 {
   color: #BA8329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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