#BA5034

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

Shades of Grenadier #BA5034

Tints of Grenadier #BA5034

Color information

#BA5034 (or 0xBA5034) is unknown color: approx Grenadier. HEX triplet: BA, 50 and 34. RGB value is (186,80,52). Sum of RGB (Red+Green+Blue) = 186+80+52=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5034 is #45AFCB. Grayscale: #6C6C6C. Windows color (decimal): -4566988 or 3428538. OLE color: 3428538.

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

Color convert

RGB1868052-
CMYK00.570.720.27
HSL12.54º56.3%46.67%-
HSV(B)12.54º72.04%72.94%-
XYZ23.7416.425.17-
YUV108.596.12183.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=58.49%
G=25.16%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186805200.570.720.2712.5456.346.67
HexBA5034039481Bd382f
Octal2721206407111033157057
Binary10111010101000011010001110011001000110111101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5034; }

 p { color: rgb(186,80,52); }

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

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

 a { background-color: rgb(186,80,52); }

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

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

 span { border-color: rgb(186,80,52); }

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