Html Css Color HEX #BA4629 Grenadier

📋 copy color: '#BA4629'

red 186 ◦ green 70 ◦ blue 41

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

Shades of Grenadier #BA4629

Tints of Grenadier #BA4629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 62.63%
G = 23.57%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4629 (or 0xBA4629) is known color: Grenadier. HEX triplet: BA, 46 and 29. RGB value is (186,70,41). Sum of RGB (Red+Green+Blue) = 186+70+41=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4629 is #45B9D6. Grayscale: #656565. Windows color (decimal): -4569559 or 2705082. OLE color: 2705082.

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

Color convert

RGB 186 70 41 -
CMYK 0 0.62 0.78 0.27
HSL 12º 0.64% 0.45% -
HSV(B) 12º 0.78% 0.73% -
XYZ 22.84 14.98 3.79 -
YUV 101.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 186 70 41 0 0.62 0.78 0.27 12 0.64 0.45
Hex BA 46 29 0 3E 4E 1B C 40 2D
Octal 272 106 51 0 76 116 33 14 100 55
Binary 10111010 1000110 101001 0 111110 1001110 11011 1100 1000000 101101

Color Harmonies of #BA4629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4629

Black with #BA4629

Text Example


Text Example

White with #BA4629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4629; }

 p { color: rgb(186,70,41); }

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

background-color css

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

 a { background-color: rgb(186,70,41); }

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

border-color css

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

 span { border-color: rgb(186,70,41); }

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