Html Css Color HEX #BA8035 Mandalay

📋 copy color: '#BA8035'

red 186 ◦ green 128 ◦ blue 53

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

Shades of Mandalay #BA8035

Tints of Mandalay #BA8035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.44%

R = 50.68%
G = 34.88%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA8035 (or 0xBA8035) is known color: Mandalay. HEX triplet: BA, 80 and 35. RGB value is (186,128,53). Sum of RGB (Red+Green+Blue) = 186+128+53=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8035 is #457FCA. Grayscale: #898989. Windows color (decimal): -4554699 or 3506362. OLE color: 3506362.

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

Color convert

RGB 186 128 53 -
CMYK 0 0.31 0.72 0.27
HSL 33.83º 0.56% 0.47% -
HSV(B) 33.83º 0.72% 0.73% -
XYZ 28.61 26.13 6.9 -
YUV 136.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 186 128 53 0 0.31 0.72 0.27 33.83 0.56 0.47
Hex BA 80 35 0 1F 48 1B 22 38 2F
Octal 272 200 65 0 37 110 33 42 70 57
Binary 10111010 10000000 110101 0 11111 1001000 11011 100010 111000 101111

Color Harmonies of #BA8035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8035

Black with #BA8035

Text Example


Text Example

White with #BA8035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8035; }

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

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

background-color css

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

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

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

border-color css

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

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

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