#BA4A2E

Color #BA4A2E Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #BA4A2E

Tints of Grenadier #BA4A2E

Color information

#BA4A2E (or 0xBA4A2E) is unknown color: approx Grenadier. HEX triplet: BA, 4A and 2E. RGB value is (186,74,46). Sum of RGB (Red+Green+Blue) = 186+74+46=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A2E is #45B5D1. Grayscale: #686868. Windows color (decimal): -4568530 or 3033786. OLE color: 3033786.

HSL color Cylindrical-coordinate representation of color #BA4A2E: hue angle of 12º 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 #BA4A2E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB1867446-
CMYK00.600.750.27
HSL12º60.34%45.49%-
HSV(B)12º75.27%72.94%-
XYZ23.1915.534.36-
YUV104.395.11186.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 60.78%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=60.78%
G=24.18%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186744600.600.750.271260.3445.49
HexBA4A2E03C4B1Bc3c2d
Octal2721125607411333147455
Binary10111010100101010111001111001001011110111100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4A2E; }

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

 H1.HeaderClassName
 {
   color: #BA4A2E;
 }
 .AnyTagClassName
 {
   color: #BA4A2E;
 }
</style>
background-color css

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

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

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

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

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

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