Html Css Color HEX #BA4934 Grenadier

📋 copy color: '#BA4934'

red 186 ◦ green 73 ◦ blue 52

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

Shades of Grenadier #BA4934

Tints of Grenadier #BA4934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 59.81%
G = 23.47%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4934 (or 0xBA4934) is known color: Grenadier. HEX triplet: BA, 49 and 34. RGB value is (186,73,52). Sum of RGB (Red+Green+Blue) = 186+73+52=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4934 is #45B6CB. Grayscale: #686868. Windows color (decimal): -4568780 or 3426746. OLE color: 3426746.

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

Color convert

RGB 186 73 52 -
CMYK 0 0.61 0.72 0.27
HSL 9.4º 0.56% 0.47% -
HSV(B) 9.4º 0.72% 0.73% -
XYZ 23.25 15.45 5.01 -
YUV 104.39 98.44 186.21 -
System Red Green Blue C M Y K H S L
Decimal 186 73 52 0 0.61 0.72 0.27 9.4 0.56 0.47
Hex BA 49 34 0 3D 48 1B 9 38 2F
Octal 272 111 64 0 75 110 33 11 70 57
Binary 10111010 1001001 110100 0 111101 1001000 11011 1001 111000 101111

Color Harmonies of #BA4934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4934

Black with #BA4934

Text Example


Text Example

White with #BA4934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4934; }

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

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

background-color css

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

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

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

border-color css

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

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

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