Html Css Color HEX #BA4E3B Grenadier

📋 copy color: '#BA4E3B'

red 186 ◦ green 78 ◦ blue 59

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

Shades of Grenadier #BA4E3B

Tints of Grenadier #BA4E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.15%

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 57.59%
G = 24.15%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA4E3B (or 0xBA4E3B) is known color: Grenadier. HEX triplet: BA, 4E and 3B. RGB value is (186,78,59). Sum of RGB (Red+Green+Blue) = 186+78+59=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E3B is #45B1C4. Grayscale: #6C6C6C. Windows color (decimal): -4567493 or 3886778. OLE color: 3886778.

HSL color Cylindrical-coordinate representation of color #BA4E3B: hue angle of 8.98º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4E3B is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 59 -
CMYK 0 0.58 0.68 0.27
HSL 8.98º 0.52% 0.48% -
HSV(B) 8.98º 0.68% 0.73% -
XYZ 23.76 16.2 6.01 -
YUV 108.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 186 78 59 0 0.58 0.68 0.27 8.98 0.52 0.48
Hex BA 4E 3B 0 3A 44 1B 9 34 30
Octal 272 116 73 0 72 104 33 11 64 60
Binary 10111010 1001110 111011 0 111010 1000100 11011 1001 110100 110000

Color Harmonies of #BA4E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E3B

Black with #BA4E3B

Text Example


Text Example

White with #BA4E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E3B; }

 p { color: rgb(186,78,59); }

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

background-color css

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

 a { background-color: rgb(186,78,59); }

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

border-color css

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

 span { border-color: rgb(186,78,59); }

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