Html Css Color HEX #BA8424 Mandalay

📋 copy color: '#BA8424'

red 186 ◦ green 132 ◦ blue 36

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

Shades of Mandalay #BA8424

Tints of Mandalay #BA8424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

 BLUE value IS 36 (14.45% from 255) = 10.17%

R = 52.54%
G = 37.29%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8424 (or 0xBA8424) is known color: Mandalay. HEX triplet: BA, 84 and 24. RGB value is (186,132,36). Sum of RGB (Red+Green+Blue) = 186+132+36=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 36 (14.45% from 255 or 10.17% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8424 is #457BDB. Grayscale: #898989. Windows color (decimal): -4553692 or 2393274. OLE color: 2393274.

HSL color Cylindrical-coordinate representation of color #BA8424: hue angle of 38.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA8424 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 36 -
CMYK 0 0.29 0.81 0.27
HSL 38.4º 0.68% 0.44% -
HSV(B) 38.4º 0.81% 0.73% -
XYZ 28.82 27.07 5.37 -
YUV 137.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 186 132 36 0 0.29 0.81 0.27 38.4 0.68 0.44
Hex BA 84 24 0 1D 51 1B 26 44 2C
Octal 272 204 44 0 35 121 33 46 104 54
Binary 10111010 10000100 100100 0 11101 1010001 11011 100110 1000100 101100

Color Harmonies of #BA8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8424

Black with #BA8424

Text Example


Text Example

White with #BA8424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8424; }

 p { color: rgb(186,132,36); }

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

background-color css

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

 a { background-color: rgb(186,132,36); }

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

border-color css

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

 span { border-color: rgb(186,132,36); }

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