Html Css Color HEX #BA7C35 Mandalay

📋 copy color: '#BA7C35'

red 186 ◦ green 124 ◦ blue 53

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

Shades of Mandalay #BA7C35

Tints of Mandalay #BA7C35

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

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

R = 51.24%
G = 34.16%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7C35 (or 0xBA7C35) is known color: Mandalay. HEX triplet: BA, 7C and 35. RGB value is (186,124,53). Sum of RGB (Red+Green+Blue) = 186+124+53=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7C35 is #4583CA. Grayscale: #868686. Windows color (decimal): -4555723 or 3505338. OLE color: 3505338.

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

Color convert

RGB 186 124 53 -
CMYK 0 0.33 0.72 0.27
HSL 32.03º 0.56% 0.47% -
HSV(B) 32.03º 0.72% 0.73% -
XYZ 28.1 25.11 6.73 -
YUV 134.44 82.04 164.77 -
System Red Green Blue C M Y K H S L
Decimal 186 124 53 0 0.33 0.72 0.27 32.03 0.56 0.47
Hex BA 7C 35 0 21 48 1B 20 38 2F
Octal 272 174 65 0 41 110 33 40 70 57
Binary 10111010 1111100 110101 0 100001 1001000 11011 100000 111000 101111

Color Harmonies of #BA7C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7C35

Black with #BA7C35

Text Example


Text Example

White with #BA7C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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