Html Css Color HEX #BA462E Grenadier

📋 copy color: '#BA462E'

red 186 ◦ green 70 ◦ blue 46

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

Shades of Grenadier #BA462E

Tints of Grenadier #BA462E

RGB

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

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

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

R = 61.59%
G = 23.18%
B = 15.23%

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

#BA462E (or 0xBA462E) is known color: Grenadier. HEX triplet: BA, 46 and 2E. RGB value is (186,70,46). Sum of RGB (Red+Green+Blue) = 186+70+46=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA462E is #45B9D1. Grayscale: #666666. Windows color (decimal): -4569554 or 3032762. OLE color: 3032762.

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

Color convert

RGB 186 70 46 -
CMYK 0 0.62 0.75 0.27
HSL 10.29º 0.6% 0.45% -
HSV(B) 10.29º 0.75% 0.73% -
XYZ 22.93 15.02 4.27 -
YUV 101.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 186 70 46 0 0.62 0.75 0.27 10.29 0.6 0.45
Hex BA 46 2E 0 3E 4B 1B A 3C 2D
Octal 272 106 56 0 76 113 33 12 74 55
Binary 10111010 1000110 101110 0 111110 1001011 11011 1010 111100 101101

Color Harmonies of #BA462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA462E

Black with #BA462E

Text Example


Text Example

White with #BA462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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