Html Css Color HEX #BA4930 Grenadier

📋 copy color: '#BA4930'

red 186 ◦ green 73 ◦ blue 48

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

Shades of Grenadier #BA4930

Tints of Grenadier #BA4930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

 BLUE value IS 48 (19.14% from 255) = 15.64%

R = 60.59%
G = 23.78%
B = 15.64%

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

#BA4930 (or 0xBA4930) is known color: Grenadier. HEX triplet: BA, 49 and 30. RGB value is (186,73,48). Sum of RGB (Red+Green+Blue) = 186+73+48=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4930 is #45B6CF. Grayscale: #686868. Windows color (decimal): -4568784 or 3164602. OLE color: 3164602.

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

Color convert

RGB 186 73 48 -
CMYK 0 0.61 0.74 0.27
HSL 10.87º 0.59% 0.46% -
HSV(B) 10.87º 0.74% 0.73% -
XYZ 23.17 15.42 4.55 -
YUV 103.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 186 73 48 0 0.61 0.74 0.27 10.87 0.59 0.46
Hex BA 49 30 0 3D 4A 1B B 3B 2E
Octal 272 111 60 0 75 112 33 13 73 56
Binary 10111010 1001001 110000 0 111101 1001010 11011 1011 111011 101110

Color Harmonies of #BA4930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4930

Black with #BA4930

Text Example


Text Example

White with #BA4930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4930; }

 p { color: rgb(186,73,48); }

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

background-color css

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

 a { background-color: rgb(186,73,48); }

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

border-color css

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

 span { border-color: rgb(186,73,48); }

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