Html Css Color HEX #BA8432 Mandalay

📋 copy color: '#BA8432'

red 186 ◦ green 132 ◦ blue 50

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

Shades of Mandalay #BA8432

Tints of Mandalay #BA8432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.59%

R = 50.54%
G = 35.87%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA8432 (or 0xBA8432) is known color: Mandalay. HEX triplet: BA, 84 and 32. RGB value is (186,132,50). Sum of RGB (Red+Green+Blue) = 186+132+50=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8432 is #457BCD. Grayscale: #8B8B8B. Windows color (decimal): -4553678 or 3310778. OLE color: 3310778.

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

Color convert

RGB 186 132 50 -
CMYK 0 0.29 0.73 0.27
HSL 36.18º 0.58% 0.46% -
HSV(B) 36.18º 0.73% 0.73% -
XYZ 29.08 27.17 6.73 -
YUV 138.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 186 132 50 0 0.29 0.73 0.27 36.18 0.58 0.46
Hex BA 84 32 0 1D 49 1B 24 3A 2E
Octal 272 204 62 0 35 111 33 44 72 56
Binary 10111010 10000100 110010 0 11101 1001001 11011 100100 111010 101110

Color Harmonies of #BA8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8432

Black with #BA8432

Text Example


Text Example

White with #BA8432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8432; }

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

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

background-color css

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

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

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

border-color css

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

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

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