Html Css Color HEX #BA462F Grenadier

📋 copy color: '#BA462F'

red 186 ◦ green 70 ◦ blue 47

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

Shades of Grenadier #BA462F

Tints of Grenadier #BA462F

RGB

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

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

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

R = 61.39%
G = 23.1%
B = 15.51%

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

#BA462F (or 0xBA462F) is known color: Grenadier. HEX triplet: BA, 46 and 2F. RGB value is (186,70,47). Sum of RGB (Red+Green+Blue) = 186+70+47=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA462F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA462F is #45B9D0. Grayscale: #666666. Windows color (decimal): -4569553 or 3098298. OLE color: 3098298.

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

Color convert

RGB 186 70 47 -
CMYK 0 0.62 0.75 0.27
HSL 9.93º 0.6% 0.46% -
HSV(B) 9.93º 0.75% 0.73% -
XYZ 22.95 15.02 4.38 -
YUV 102.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 186 70 47 0 0.62 0.75 0.27 9.93 0.6 0.46
Hex BA 46 2F 0 3E 4B 1B A 3C 2E
Octal 272 106 57 0 76 113 33 12 74 56
Binary 10111010 1000110 101111 0 111110 1001011 11011 1010 111100 101110

Color Harmonies of #BA462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA462F

Black with #BA462F

Text Example


Text Example

White with #BA462F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA462F; }

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

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

background-color css

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

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

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

border-color css

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

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

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