Html Css Color HEX #BA4A36 Grenadier

📋 copy color: '#BA4A36'

red 186 ◦ green 74 ◦ blue 54

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

Shades of Grenadier #BA4A36

Tints of Grenadier #BA4A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 59.24%
G = 23.57%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BA4A36 (or 0xBA4A36) is known color: Grenadier. HEX triplet: BA, 4A and 36. RGB value is (186,74,54). Sum of RGB (Red+Green+Blue) = 186+74+54=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A36 is #45B5C9. Grayscale: #696969. Windows color (decimal): -4568522 or 3558074. OLE color: 3558074.

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

Color convert

RGB 186 74 54 -
CMYK 0 0.60 0.71 0.27
HSL 9.09º 0.55% 0.47% -
HSV(B) 9.09º 0.71% 0.73% -
XYZ 23.36 15.6 5.27 -
YUV 105.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 186 74 54 0 0.60 0.71 0.27 9.09 0.55 0.47
Hex BA 4A 36 0 3C 47 1B 9 37 2F
Octal 272 112 66 0 74 107 33 11 67 57
Binary 10111010 1001010 110110 0 111100 1000111 11011 1001 110111 101111

Color Harmonies of #BA4A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A36

Black with #BA4A36

Text Example


Text Example

White with #BA4A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A36; }

 p { color: rgb(186,74,54); }

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

background-color css

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

 a { background-color: rgb(186,74,54); }

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

border-color css

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

 span { border-color: rgb(186,74,54); }

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