Html Css Color HEX #BA513C Grenadier

📋 copy color: '#BA513C'

red 186 ◦ green 81 ◦ blue 60

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

Shades of Grenadier #BA513C

Tints of Grenadier #BA513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

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

R = 56.88%
G = 24.77%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA513C (or 0xBA513C) is known color: Grenadier. HEX triplet: BA, 51 and 3C. RGB value is (186,81,60). Sum of RGB (Red+Green+Blue) = 186+81+60=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA513C is #45AEC3. Grayscale: #6E6E6E. Windows color (decimal): -4566724 or 3953082. OLE color: 3953082.

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

Color convert

RGB 186 81 60 -
CMYK 0 0.56 0.68 0.27
HSL 10º 0.51% 0.48% -
HSV(B) 10º 0.68% 0.73% -
XYZ 24.01 16.65 6.22 -
YUV 110 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 186 81 60 0 0.56 0.68 0.27 10 0.51 0.48
Hex BA 51 3C 0 38 44 1B A 33 30
Octal 272 121 74 0 70 104 33 12 63 60
Binary 10111010 1010001 111100 0 111000 1000100 11011 1010 110011 110000

Color Harmonies of #BA513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA513C

Black with #BA513C

Text Example


Text Example

White with #BA513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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