Html Css Color HEX #BA8229 Mandalay

📋 copy color: '#BA8229'

red 186 ◦ green 130 ◦ blue 41

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

Shades of Mandalay #BA8229

Tints of Mandalay #BA8229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.48%

R = 52.1%
G = 36.41%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA8229 (or 0xBA8229) is known color: Mandalay. HEX triplet: BA, 82 and 29. RGB value is (186,130,41). Sum of RGB (Red+Green+Blue) = 186+130+41=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8229 is #457DD6. Grayscale: #898989. Windows color (decimal): -4554199 or 2720442. OLE color: 2720442.

HSL color Cylindrical-coordinate representation of color #BA8229: hue angle of 36.83º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8229 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 41 -
CMYK 0 0.30 0.78 0.27
HSL 36.83º 0.64% 0.45% -
HSV(B) 36.83º 0.78% 0.73% -
XYZ 28.63 26.56 5.72 -
YUV 136.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 186 130 41 0 0.30 0.78 0.27 36.83 0.64 0.45
Hex BA 82 29 0 1E 4E 1B 25 40 2D
Octal 272 202 51 0 36 116 33 45 100 55
Binary 10111010 10000010 101001 0 11110 1001110 11011 100101 1000000 101101

Color Harmonies of #BA8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8229

Black with #BA8229

Text Example


Text Example

White with #BA8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8229; }

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

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

background-color css

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

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

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

border-color css

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

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

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