#BA4328

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

Shades of Grenadier #BA4328

Tints of Grenadier #BA4328

Color information

#BA4328 (or 0xBA4328) is unknown color: approx Grenadier. HEX triplet: BA, 43 and 28. RGB value is (186,67,40). Sum of RGB (Red+Green+Blue) = 186+67+40=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4328 is #45BCD7. Grayscale: #636363. Windows color (decimal): -4570328 or 2638778. OLE color: 2638778.

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

Color convert

RGB1866740-
CMYK00.640.780.27
HSL11.1º64.6%44.31%-
HSV(B)11.1º78.49%72.94%-
XYZ22.6414.613.63-
YUV99.594.42189.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=63.48%
G=22.87%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186674000.640.780.2711.164.644.31
HexBA43280404E1Bb412c
Octal272103500100116331310154
Binary1011101010000111010000100000010011101101110111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4328; }

 p { color: rgb(186,67,40); }

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

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

 a { background-color: rgb(186,67,40); }

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

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

 span { border-color: rgb(186,67,40); }

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