Html Css Color HEX #BA482B Grenadier

📋 copy color: '#BA482B'

red 186 ◦ green 72 ◦ blue 43

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

Shades of Grenadier #BA482B

Tints of Grenadier #BA482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 61.79%
G = 23.92%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA482B (or 0xBA482B) is known color: Grenadier. HEX triplet: BA, 48 and 2B. RGB value is (186,72,43). Sum of RGB (Red+Green+Blue) = 186+72+43=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA482B is #45B7D4. Grayscale: #676767. Windows color (decimal): -4569045 or 2836666. OLE color: 2836666.

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

Color convert

RGB 186 72 43 -
CMYK 0 0.61 0.77 0.27
HSL 12.17º 0.62% 0.45% -
HSV(B) 12.17º 0.77% 0.73% -
XYZ 23 15.25 4.02 -
YUV 102.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 186 72 43 0 0.61 0.77 0.27 12.17 0.62 0.45
Hex BA 48 2B 0 3D 4D 1B C 3E 2D
Octal 272 110 53 0 75 115 33 14 76 55
Binary 10111010 1001000 101011 0 111101 1001101 11011 1100 111110 101101

Color Harmonies of #BA482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA482B

Black with #BA482B

Text Example


Text Example

White with #BA482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA482B; }

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

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

background-color css

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

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

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

border-color css

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

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

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