Html Css Color HEX #BA8032 Mandalay

📋 copy color: '#BA8032'

red 186 ◦ green 128 ◦ blue 50

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

Shades of Mandalay #BA8032

Tints of Mandalay #BA8032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 51.1%
G = 35.16%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA8032 (or 0xBA8032) is known color: Mandalay. HEX triplet: BA, 80 and 32. RGB value is (186,128,50). Sum of RGB (Red+Green+Blue) = 186+128+50=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8032 is #457FCD. Grayscale: #888888. Windows color (decimal): -4554702 or 3309754. OLE color: 3309754.

HSL color Cylindrical-coordinate representation of color #BA8032: hue angle of 34.41º 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 #BA8032 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 50 -
CMYK 0 0.31 0.73 0.27
HSL 34.41º 0.58% 0.46% -
HSV(B) 34.41º 0.73% 0.73% -
XYZ 28.54 26.11 6.55 -
YUV 136.45 79.22 163.34 -
System Red Green Blue C M Y K H S L
Decimal 186 128 50 0 0.31 0.73 0.27 34.41 0.58 0.46
Hex BA 80 32 0 1F 49 1B 22 3A 2E
Octal 272 200 62 0 37 111 33 42 72 56
Binary 10111010 10000000 110010 0 11111 1001001 11011 100010 111010 101110

Color Harmonies of #BA8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8032

Black with #BA8032

Text Example


Text Example

White with #BA8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8032; }

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

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

background-color css

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

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

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

border-color css

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

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

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