Html Css Color HEX #BA8331 Mandalay

📋 copy color: '#BA8331'

red 186 ◦ green 131 ◦ blue 49

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

Shades of Mandalay #BA8331

Tints of Mandalay #BA8331

RGB

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

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

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

R = 50.82%
G = 35.79%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA8331 (or 0xBA8331) is known color: Mandalay. HEX triplet: BA, 83 and 31. RGB value is (186,131,49). Sum of RGB (Red+Green+Blue) = 186+131+49=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8331 is #457CCE. Grayscale: #8A8A8A. Windows color (decimal): -4553935 or 3244986. OLE color: 3244986.

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

Color convert

RGB 186 131 49 -
CMYK 0 0.30 0.74 0.27
HSL 35.91º 0.58% 0.46% -
HSV(B) 35.91º 0.74% 0.73% -
XYZ 28.92 26.89 6.57 -
YUV 138.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 186 131 49 0 0.30 0.74 0.27 35.91 0.58 0.46
Hex BA 83 31 0 1E 4A 1B 24 3A 2E
Octal 272 203 61 0 36 112 33 44 72 56
Binary 10111010 10000011 110001 0 11110 1001010 11011 100100 111010 101110

Color Harmonies of #BA8331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8331

Black with #BA8331

Text Example


Text Example

White with #BA8331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8331; }

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

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

background-color css

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

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

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

border-color css

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

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

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