Html Css Color HEX #BA483C Grenadier

📋 copy color: '#BA483C'

red 186 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #BA483C

Tints of Grenadier #BA483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

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

R = 58.49%
G = 22.64%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA483C (or 0xBA483C) is known color: Grenadier. HEX triplet: BA, 48 and 3C. RGB value is (186,72,60). Sum of RGB (Red+Green+Blue) = 186+72+60=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA483C is #45B7C3. Grayscale: #686868. Windows color (decimal): -4569028 or 3950778. OLE color: 3950778.

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

Color convert

RGB 186 72 60 -
CMYK 0 0.61 0.68 0.27
HSL 5.71º 0.51% 0.48% -
HSV(B) 5.71º 0.68% 0.73% -
XYZ 23.38 15.4 6.02 -
YUV 104.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 186 72 60 0 0.61 0.68 0.27 5.71 0.51 0.48
Hex BA 48 3C 0 3D 44 1B 6 33 30
Octal 272 110 74 0 75 104 33 6 63 60
Binary 10111010 1001000 111100 0 111101 1000100 11011 110 110011 110000

Color Harmonies of #BA483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA483C

Black with #BA483C

Text Example


Text Example

White with #BA483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA483C; }

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

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

background-color css

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

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

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

border-color css

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

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

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