Html Css Color HEX #BA4A2F Grenadier

📋 copy color: '#BA4A2F'

red 186 ◦ green 74 ◦ blue 47

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

Shades of Grenadier #BA4A2F

Tints of Grenadier #BA4A2F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.1%

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 60.59%
G = 24.1%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA4A2F (or 0xBA4A2F) is known color: Grenadier. HEX triplet: BA, 4A and 2F. RGB value is (186,74,47). Sum of RGB (Red+Green+Blue) = 186+74+47=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A2F is #45B5D0. Grayscale: #686868. Windows color (decimal): -4568529 or 3099322. OLE color: 3099322.

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

Color convert

RGB 186 74 47 -
CMYK 0 0.60 0.75 0.27
HSL 11.65º 0.6% 0.46% -
HSV(B) 11.65º 0.75% 0.73% -
XYZ 23.21 15.54 4.47 -
YUV 104.41 95.61 186.2 -
System Red Green Blue C M Y K H S L
Decimal 186 74 47 0 0.60 0.75 0.27 11.65 0.6 0.46
Hex BA 4A 2F 0 3C 4B 1B C 3C 2E
Octal 272 112 57 0 74 113 33 14 74 56
Binary 10111010 1001010 101111 0 111100 1001011 11011 1100 111100 101110

Color Harmonies of #BA4A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A2F

Black with #BA4A2F

Text Example


Text Example

White with #BA4A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A2F; }

 p { color: rgb(186,74,47); }

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

background-color css

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

 a { background-color: rgb(186,74,47); }

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

border-color css

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

 span { border-color: rgb(186,74,47); }

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