Html Css Color HEX #BA4831 Grenadier

📋 copy color: '#BA4831'

red 186 ◦ green 72 ◦ blue 49

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

Shades of Grenadier #BA4831

Tints of Grenadier #BA4831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.96%

R = 60.59%
G = 23.45%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4831 (or 0xBA4831) is known color: Grenadier. HEX triplet: BA, 48 and 31. RGB value is (186,72,49). Sum of RGB (Red+Green+Blue) = 186+72+49=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4831 is #45B7CE. Grayscale: #676767. Windows color (decimal): -4569039 or 3229882. OLE color: 3229882.

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

Color convert

RGB 186 72 49 -
CMYK 0 0.61 0.74 0.27
HSL 10.07º 0.58% 0.46% -
HSV(B) 10.07º 0.74% 0.73% -
XYZ 23.12 15.3 4.64 -
YUV 103.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 186 72 49 0 0.61 0.74 0.27 10.07 0.58 0.46
Hex BA 48 31 0 3D 4A 1B A 3A 2E
Octal 272 110 61 0 75 112 33 12 72 56
Binary 10111010 1001000 110001 0 111101 1001010 11011 1010 111010 101110

Color Harmonies of #BA4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4831

Black with #BA4831

Text Example


Text Example

White with #BA4831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4831; }

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

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

background-color css

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

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

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

border-color css

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

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

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