Html Css Color HEX #BA472E Grenadier

📋 copy color: '#BA472E'

red 186 ◦ green 71 ◦ blue 46

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

Shades of Grenadier #BA472E

Tints of Grenadier #BA472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 61.39%
G = 23.43%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA472E (or 0xBA472E) is known color: Grenadier. HEX triplet: BA, 47 and 2E. RGB value is (186,71,46). Sum of RGB (Red+Green+Blue) = 186+71+46=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA472E is #45B8D1. Grayscale: #666666. Windows color (decimal): -4569298 or 3033018. OLE color: 3033018.

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

Color convert

RGB 186 71 46 -
CMYK 0 0.62 0.75 0.27
HSL 10.71º 0.6% 0.45% -
HSV(B) 10.71º 0.75% 0.73% -
XYZ 23 15.14 4.3 -
YUV 102.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 186 71 46 0 0.62 0.75 0.27 10.71 0.6 0.45
Hex BA 47 2E 0 3E 4B 1B B 3C 2D
Octal 272 107 56 0 76 113 33 13 74 55
Binary 10111010 1000111 101110 0 111110 1001011 11011 1011 111100 101101

Color Harmonies of #BA472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA472E

Black with #BA472E

Text Example


Text Example

White with #BA472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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