#BA5435

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

Shades of Grenadier #BA5435

Tints of Grenadier #BA5435

Color information

#BA5435 (or 0xBA5435) is unknown color: approx Grenadier. HEX triplet: BA, 54 and 35. RGB value is (186,84,53). Sum of RGB (Red+Green+Blue) = 186+84+53=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5435 is #45ABCA. Grayscale: #6F6F6F. Windows color (decimal): -4565963 or 3495098. OLE color: 3495098.

HSL color Cylindrical-coordinate representation of color #BA5435: hue angle of 13.98º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA5435 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1868453-
CMYK00.550.720.27
HSL13.98º55.65%46.86%-
HSV(B)13.98º71.51%72.94%-
XYZ24.0617.045.39-
YUV110.9695.29181.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=57.59%
G=26.01%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186845300.550.720.2713.9855.6546.86
HexBA5435037481Be382f
Octal2721246506711033167057
Binary10111010101010011010101101111001000110111110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5435; }

 p { color: rgb(186,84,53); }

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

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

 a { background-color: rgb(186,84,53); }

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

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

 span { border-color: rgb(186,84,53); }

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