Html Css Color HEX #BA4E2E Grenadier

📋 copy color: '#BA4E2E'

red 186 ◦ green 78 ◦ blue 46

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

Shades of Grenadier #BA4E2E

Tints of Grenadier #BA4E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 60%
G = 25.16%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA4E2E (or 0xBA4E2E) is known color: Grenadier. HEX triplet: BA, 4E and 2E. RGB value is (186,78,46). Sum of RGB (Red+Green+Blue) = 186+78+46=310 (41% of max value = 765). Red value is 186 (73.05% from 255 or 60% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E2E is #45B1D1. Grayscale: #6A6A6A. Windows color (decimal): -4567506 or 3034810. OLE color: 3034810.

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

Color convert

RGB 186 78 46 -
CMYK 0 0.58 0.75 0.27
HSL 13.71º 0.6% 0.45% -
HSV(B) 13.71º 0.75% 0.73% -
XYZ 23.47 16.09 4.45 -
YUV 106.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 186 78 46 0 0.58 0.75 0.27 13.71 0.6 0.45
Hex BA 4E 2E 0 3A 4B 1B E 3C 2D
Octal 272 116 56 0 72 113 33 16 74 55
Binary 10111010 1001110 101110 0 111010 1001011 11011 1110 111100 101101

Color Harmonies of #BA4E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E2E

Black with #BA4E2E

Text Example


Text Example

White with #BA4E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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