Html Css Color HEX #BA8031 Mandalay

📋 copy color: '#BA8031'

red 186 ◦ green 128 ◦ blue 49

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

Shades of Mandalay #BA8031

Tints of Mandalay #BA8031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.5%

R = 51.24%
G = 35.26%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8031 (or 0xBA8031) is known color: Mandalay. HEX triplet: BA, 80 and 31. RGB value is (186,128,49). Sum of RGB (Red+Green+Blue) = 186+128+49=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8031 is #457FCE. Grayscale: #888888. Windows color (decimal): -4554703 or 3244218. OLE color: 3244218.

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

Color convert

RGB 186 128 49 -
CMYK 0 0.31 0.74 0.27
HSL 34.6º 0.58% 0.46% -
HSV(B) 34.6º 0.74% 0.73% -
XYZ 28.52 26.1 6.44 -
YUV 136.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 186 128 49 0 0.31 0.74 0.27 34.6 0.58 0.46
Hex BA 80 31 0 1F 4A 1B 23 3A 2E
Octal 272 200 61 0 37 112 33 43 72 56
Binary 10111010 10000000 110001 0 11111 1001010 11011 100011 111010 101110

Color Harmonies of #BA8031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8031

Black with #BA8031

Text Example


Text Example

White with #BA8031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8031; }

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

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

background-color css

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

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

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

border-color css

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

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

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