Html Css Color HEX #BA482F Grenadier

📋 copy color: '#BA482F'

red 186 ◦ green 72 ◦ blue 47

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

Shades of Grenadier #BA482F

Tints of Grenadier #BA482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.61%

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

R = 60.98%
G = 23.61%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA482F (or 0xBA482F) is known color: Grenadier. HEX triplet: BA, 48 and 2F. RGB value is (186,72,47). Sum of RGB (Red+Green+Blue) = 186+72+47=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA482F is #45B7D0. Grayscale: #676767. Windows color (decimal): -4569041 or 3098810. OLE color: 3098810.

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

Color convert

RGB 186 72 47 -
CMYK 0 0.61 0.75 0.27
HSL 10.79º 0.6% 0.46% -
HSV(B) 10.79º 0.75% 0.73% -
XYZ 23.08 15.28 4.42 -
YUV 103.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 186 72 47 0 0.61 0.75 0.27 10.79 0.6 0.46
Hex BA 48 2F 0 3D 4B 1B B 3C 2E
Octal 272 110 57 0 75 113 33 13 74 56
Binary 10111010 1001000 101111 0 111101 1001011 11011 1011 111100 101110

Color Harmonies of #BA482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA482F

Black with #BA482F

Text Example


Text Example

White with #BA482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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