Html Css Color HEX #BA4E30 Grenadier

📋 copy color: '#BA4E30'

red 186 ◦ green 78 ◦ blue 48

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

Shades of Grenadier #BA4E30

Tints of Grenadier #BA4E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 59.62%
G = 25%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA4E30 (or 0xBA4E30) is known color: Grenadier. HEX triplet: BA, 4E and 30. RGB value is (186,78,48). Sum of RGB (Red+Green+Blue) = 186+78+48=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E30 is #45B1CF. Grayscale: #6B6B6B. Windows color (decimal): -4567504 or 3165882. OLE color: 3165882.

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

Color convert

RGB 186 78 48 -
CMYK 0 0.58 0.74 0.27
HSL 13.04º 0.59% 0.46% -
HSV(B) 13.04º 0.74% 0.73% -
XYZ 23.51 16.1 4.67 -
YUV 106.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 186 78 48 0 0.58 0.74 0.27 13.04 0.59 0.46
Hex BA 4E 30 0 3A 4A 1B D 3B 2E
Octal 272 116 60 0 72 112 33 15 73 56
Binary 10111010 1001110 110000 0 111010 1001010 11011 1101 111011 101110

Color Harmonies of #BA4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E30

Black with #BA4E30

Text Example


Text Example

White with #BA4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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