Html Css Color HEX #BA4531 Grenadier

📋 copy color: '#BA4531'

red 186 ◦ green 69 ◦ blue 49

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

Shades of Grenadier #BA4531

Tints of Grenadier #BA4531

RGB

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

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

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

R = 61.18%
G = 22.7%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4531 (or 0xBA4531) is known color: Grenadier. HEX triplet: BA, 45 and 31. RGB value is (186,69,49). Sum of RGB (Red+Green+Blue) = 186+69+49=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4531 is #45BACE. Grayscale: #656565. Windows color (decimal): -4569807 or 3229114. OLE color: 3229114.

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

Color convert

RGB 186 69 49 -
CMYK 0 0.63 0.74 0.27
HSL 8.76º 0.58% 0.46% -
HSV(B) 8.76º 0.74% 0.73% -
XYZ 22.93 14.92 4.58 -
YUV 101.7 98.26 188.13 -
System Red Green Blue C M Y K H S L
Decimal 186 69 49 0 0.63 0.74 0.27 8.76 0.58 0.46
Hex BA 45 31 0 3F 4A 1B 9 3A 2E
Octal 272 105 61 0 77 112 33 11 72 56
Binary 10111010 1000101 110001 0 111111 1001010 11011 1001 111010 101110

Color Harmonies of #BA4531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4531

Black with #BA4531

Text Example


Text Example

White with #BA4531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4531; }

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

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

background-color css

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

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

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

border-color css

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

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

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