Html Css Color HEX #BA463A Grenadier

📋 copy color: '#BA463A'

red 186 ◦ green 70 ◦ blue 58

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

Shades of Grenadier #BA463A

Tints of Grenadier #BA463A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 59.24%
G = 22.29%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA463A (or 0xBA463A) is known color: Grenadier. HEX triplet: BA, 46 and 3A. RGB value is (186,70,58). Sum of RGB (Red+Green+Blue) = 186+70+58=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA463A is #45B9C5. Grayscale: #676767. Windows color (decimal): -4569542 or 3819194. OLE color: 3819194.

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

Color convert

RGB 186 70 58 -
CMYK 0 0.62 0.69 0.27
HSL 5.63º 0.52% 0.48% -
HSV(B) 5.63º 0.69% 0.73% -
XYZ 23.2 15.12 5.7 -
YUV 103.32 102.43 186.98 -
System Red Green Blue C M Y K H S L
Decimal 186 70 58 0 0.62 0.69 0.27 5.63 0.52 0.48
Hex BA 46 3A 0 3E 45 1B 6 34 30
Octal 272 106 72 0 76 105 33 6 64 60
Binary 10111010 1000110 111010 0 111110 1000101 11011 110 110100 110000

Color Harmonies of #BA463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA463A

Black with #BA463A

Text Example


Text Example

White with #BA463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA463A; }

 p { color: rgb(186,70,58); }

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

background-color css

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

 a { background-color: rgb(186,70,58); }

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

border-color css

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

 span { border-color: rgb(186,70,58); }

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