Html Css Color HEX #BA4626 Grenadier

📋 copy color: '#BA4626'

red 186 ◦ green 70 ◦ blue 38

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

Shades of Grenadier #BA4626

Tints of Grenadier #BA4626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 63.27%
G = 23.81%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4626 (or 0xBA4626) is known color: Grenadier. HEX triplet: BA, 46 and 26. RGB value is (186,70,38). Sum of RGB (Red+Green+Blue) = 186+70+38=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4626 is #45B9D9. Grayscale: #656565. Windows color (decimal): -4569562 or 2508474. OLE color: 2508474.

HSL color Cylindrical-coordinate representation of color #BA4626: hue angle of 12.97º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4626 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 38 -
CMYK 0 0.62 0.80 0.27
HSL 12.97º 0.66% 0.44% -
HSV(B) 12.97º 0.8% 0.73% -
XYZ 22.79 14.96 3.52 -
YUV 101.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 186 70 38 0 0.62 0.80 0.27 12.97 0.66 0.44
Hex BA 46 26 0 3E 50 1B D 42 2C
Octal 272 106 46 0 76 120 33 15 102 54
Binary 10111010 1000110 100110 0 111110 1010000 11011 1101 1000010 101100

Color Harmonies of #BA4626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4626

Black with #BA4626

Text Example


Text Example

White with #BA4626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4626; }

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

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

background-color css

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

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

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

border-color css

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

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

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