Html Css Color HEX #BA472C Grenadier

📋 copy color: '#BA472C'

red 186 ◦ green 71 ◦ blue 44

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

Shades of Grenadier #BA472C

Tints of Grenadier #BA472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 61.79%
G = 23.59%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA472C (or 0xBA472C) is known color: Grenadier. HEX triplet: BA, 47 and 2C. RGB value is (186,71,44). Sum of RGB (Red+Green+Blue) = 186+71+44=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA472C is #45B8D3. Grayscale: #666666. Windows color (decimal): -4569300 or 2901946. OLE color: 2901946.

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

Color convert

RGB 186 71 44 -
CMYK 0 0.62 0.76 0.27
HSL 11.41º 0.62% 0.45% -
HSV(B) 11.41º 0.76% 0.73% -
XYZ 22.96 15.13 4.09 -
YUV 102.31 95.1 187.7 -
System Red Green Blue C M Y K H S L
Decimal 186 71 44 0 0.62 0.76 0.27 11.41 0.62 0.45
Hex BA 47 2C 0 3E 4C 1B B 3E 2D
Octal 272 107 54 0 76 114 33 13 76 55
Binary 10111010 1000111 101100 0 111110 1001100 11011 1011 111110 101101

Color Harmonies of #BA472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA472C

Black with #BA472C

Text Example


Text Example

White with #BA472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA472C; }

 p { color: rgb(186,71,44); }

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

background-color css

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

 a { background-color: rgb(186,71,44); }

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

border-color css

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

 span { border-color: rgb(186,71,44); }

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