Html Css Color HEX #BA4525 Grenadier

📋 copy color: '#BA4525'

red 186 ◦ green 69 ◦ blue 37

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

Shades of Grenadier #BA4525

Tints of Grenadier #BA4525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 63.7%
G = 23.63%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4525 (or 0xBA4525) is known color: Grenadier. HEX triplet: BA, 45 and 25. RGB value is (186,69,37). Sum of RGB (Red+Green+Blue) = 186+69+37=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4525 is #45BADA. Grayscale: #646464. Windows color (decimal): -4569819 or 2442682. OLE color: 2442682.

HSL color Cylindrical-coordinate representation of color #BA4525: hue angle of 12.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4525 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 69 37 -
CMYK 0 0.63 0.80 0.27
HSL 12.89º 0.67% 0.44% -
HSV(B) 12.89º 0.8% 0.73% -
XYZ 22.71 14.83 3.42 -
YUV 100.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 186 69 37 0 0.63 0.80 0.27 12.89 0.67 0.44
Hex BA 45 25 0 3F 50 1B D 43 2C
Octal 272 105 45 0 77 120 33 15 103 54
Binary 10111010 1000101 100101 0 111111 1010000 11011 1101 1000011 101100

Color Harmonies of #BA4525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4525

Black with #BA4525

Text Example


Text Example

White with #BA4525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4525; }

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

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

background-color css

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

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

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

border-color css

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

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

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