Html Css Color HEX #BA553C Grenadier

📋 copy color: '#BA553C'

red 186 ◦ green 85 ◦ blue 60

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

Shades of Grenadier #BA553C

Tints of Grenadier #BA553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.68%

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

R = 56.19%
G = 25.68%
B = 18.13%

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

#BA553C (or 0xBA553C) is known color: Grenadier. HEX triplet: BA, 55 and 3C. RGB value is (186,85,60). Sum of RGB (Red+Green+Blue) = 186+85+60=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA553C is #45AAC3. Grayscale: #707070. Windows color (decimal): -4565700 or 3954106. OLE color: 3954106.

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

Color convert

RGB 186 85 60 -
CMYK 0 0.54 0.68 0.27
HSL 11.9º 0.51% 0.48% -
HSV(B) 11.9º 0.68% 0.73% -
XYZ 24.31 17.26 6.33 -
YUV 112.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 186 85 60 0 0.54 0.68 0.27 11.9 0.51 0.48
Hex BA 55 3C 0 36 44 1B C 33 30
Octal 272 125 74 0 66 104 33 14 63 60
Binary 10111010 1010101 111100 0 110110 1000100 11011 1100 110011 110000

Color Harmonies of #BA553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA553C

Black with #BA553C

Text Example


Text Example

White with #BA553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA553C; }

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

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

background-color css

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

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

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

border-color css

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

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

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