Html Css Color HEX #BA563C Grenadier

📋 copy color: '#BA563C'

red 186 ◦ green 86 ◦ blue 60

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

Shades of Grenadier #BA563C

Tints of Grenadier #BA563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 56.02%
G = 25.9%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA563C (or 0xBA563C) is known color: Grenadier. HEX triplet: BA, 56 and 3C. RGB value is (186,86,60). Sum of RGB (Red+Green+Blue) = 186+86+60=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA563C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA563C is #45A9C3. Grayscale: #717171. Windows color (decimal): -4565444 or 3954362. OLE color: 3954362.

HSL color Cylindrical-coordinate representation of color #BA563C: hue angle of 12.38º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA563C is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 60 -
CMYK 0 0.54 0.68 0.27
HSL 12.38º 0.51% 0.48% -
HSV(B) 12.38º 0.68% 0.73% -
XYZ 24.39 17.42 6.35 -
YUV 112.94 98.13 180.11 -
System Red Green Blue C M Y K H S L
Decimal 186 86 60 0 0.54 0.68 0.27 12.38 0.51 0.48
Hex BA 56 3C 0 36 44 1B C 33 30
Octal 272 126 74 0 66 104 33 14 63 60
Binary 10111010 1010110 111100 0 110110 1000100 11011 1100 110011 110000

Color Harmonies of #BA563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA563C

Black with #BA563C

Text Example


Text Example

White with #BA563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA563C; }

 p { color: rgb(186,86,60); }

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

background-color css

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

 a { background-color: rgb(186,86,60); }

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

border-color css

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

 span { border-color: rgb(186,86,60); }

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