Html Css Color HEX #BA4538 Grenadier

📋 copy color: '#BA4538'

red 186 ◦ green 69 ◦ blue 56

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

Shades of Grenadier #BA4538

Tints of Grenadier #BA4538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 59.81%
G = 22.19%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA4538 (or 0xBA4538) is known color: Grenadier. HEX triplet: BA, 45 and 38. RGB value is (186,69,56). Sum of RGB (Red+Green+Blue) = 186+69+56=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4538 is #45BAC7. Grayscale: #666666. Windows color (decimal): -4569800 or 3687866. OLE color: 3687866.

HSL color Cylindrical-coordinate representation of color #BA4538: hue angle of 6º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4538 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 69 56 -
CMYK 0 0.63 0.70 0.27
HSL 0.54% 0.47% -
HSV(B) 0.7% 0.73% -
XYZ 23.09 14.98 5.42 -
YUV 102.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 186 69 56 0 0.63 0.70 0.27 6 0.54 0.47
Hex BA 45 38 0 3F 46 1B 6 36 2F
Octal 272 105 70 0 77 106 33 6 66 57
Binary 10111010 1000101 111000 0 111111 1000110 11011 110 110110 101111

Color Harmonies of #BA4538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4538

Black with #BA4538

Text Example


Text Example

White with #BA4538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4538; }

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

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

background-color css

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

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

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

border-color css

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

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

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