Html Css Color HEX #BA4E34 Grenadier

📋 copy color: '#BA4E34'

red 186 ◦ green 78 ◦ blue 52

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

Shades of Grenadier #BA4E34

Tints of Grenadier #BA4E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 58.86%
G = 24.68%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4E34 (or 0xBA4E34) is known color: Grenadier. HEX triplet: BA, 4E and 34. RGB value is (186,78,52). Sum of RGB (Red+Green+Blue) = 186+78+52=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E34 is #45B1CB. Grayscale: #6B6B6B. Windows color (decimal): -4567500 or 3428026. OLE color: 3428026.

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

Color convert

RGB 186 78 52 -
CMYK 0 0.58 0.72 0.27
HSL 11.64º 0.56% 0.47% -
HSV(B) 11.64º 0.72% 0.73% -
XYZ 23.59 16.14 5.12 -
YUV 107.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 186 78 52 0 0.58 0.72 0.27 11.64 0.56 0.47
Hex BA 4E 34 0 3A 48 1B C 38 2F
Octal 272 116 64 0 72 110 33 14 70 57
Binary 10111010 1001110 110100 0 111010 1001000 11011 1100 111000 101111

Color Harmonies of #BA4E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E34

Black with #BA4E34

Text Example


Text Example

White with #BA4E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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