Html Css Color HEX #BA8231 Mandalay

📋 copy color: '#BA8231'

red 186 ◦ green 130 ◦ blue 49

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

Shades of Mandalay #BA8231

Tints of Mandalay #BA8231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.62%

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

R = 50.96%
G = 35.62%
B = 13.42%

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

#BA8231 (or 0xBA8231) is known color: Mandalay. HEX triplet: BA, 82 and 31. RGB value is (186,130,49). Sum of RGB (Red+Green+Blue) = 186+130+49=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8231 is #457DCE. Grayscale: #898989. Windows color (decimal): -4554191 or 3244730. OLE color: 3244730.

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

Color convert

RGB 186 130 49 -
CMYK 0 0.30 0.74 0.27
HSL 35.47º 0.58% 0.46% -
HSV(B) 35.47º 0.74% 0.73% -
XYZ 28.79 26.63 6.53 -
YUV 137.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 186 130 49 0 0.30 0.74 0.27 35.47 0.58 0.46
Hex BA 82 31 0 1E 4A 1B 23 3A 2E
Octal 272 202 61 0 36 112 33 43 72 56
Binary 10111010 10000010 110001 0 11110 1001010 11011 100011 111010 101110

Color Harmonies of #BA8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8231

Black with #BA8231

Text Example


Text Example

White with #BA8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8231; }

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

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

background-color css

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

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

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

border-color css

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

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

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