Html Css Color HEX #BA4535 Grenadier

📋 copy color: '#BA4535'

red 186 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #BA4535

Tints of Grenadier #BA4535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 60.39%
G = 22.4%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4535 (or 0xBA4535) is known color: Grenadier. HEX triplet: BA, 45 and 35. RGB value is (186,69,53). Sum of RGB (Red+Green+Blue) = 186+69+53=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4535 is #45BACA. Grayscale: #666666. Windows color (decimal): -4569803 or 3491258. OLE color: 3491258.

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

Color convert

RGB 186 69 53 -
CMYK 0 0.63 0.72 0.27
HSL 7.22º 0.56% 0.47% -
HSV(B) 7.22º 0.72% 0.73% -
XYZ 23.02 14.95 5.04 -
YUV 102.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 186 69 53 0 0.63 0.72 0.27 7.22 0.56 0.47
Hex BA 45 35 0 3F 48 1B 7 38 2F
Octal 272 105 65 0 77 110 33 7 70 57
Binary 10111010 1000101 110101 0 111111 1001000 11011 111 111000 101111

Color Harmonies of #BA4535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4535

Black with #BA4535

Text Example


Text Example

White with #BA4535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4535; }

 p { color: rgb(186,69,53); }

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

background-color css

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

 a { background-color: rgb(186,69,53); }

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

border-color css

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

 span { border-color: rgb(186,69,53); }

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