#BA4C3B

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

Shades of Grenadier #BA4C3B

Tints of Grenadier #BA4C3B

Color information

#BA4C3B (or 0xBA4C3B) is unknown color: approx Grenadier. HEX triplet: BA, 4C and 3B. RGB value is (186,76,59). Sum of RGB (Red+Green+Blue) = 186+76+59=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C3B is #45B3C4. Grayscale: #6B6B6B. Windows color (decimal): -4568005 or 3886266. OLE color: 3886266.

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

Color convert

RGB1867659-
CMYK00.590.680.27
HSL8.03º51.84%48.04%-
HSV(B)8.03º68.28%72.94%-
XYZ23.6215.925.97-
YUV106.95100.94184.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.94%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=57.94%
G=23.68%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186765900.590.680.278.0351.8448.04
HexBA4C3B03B441B83430
Octal2721147307310433106460
Binary10111010100110011101101110111000100110111000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4C3B; }

 p { color: rgb(186,76,59); }

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

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

 a { background-color: rgb(186,76,59); }

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

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

 span { border-color: rgb(186,76,59); }

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