#BC4A34

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

Shades of Grenadier #BC4A34

Tints of Grenadier #BC4A34

Color information

#BC4A34 (or 0xBC4A34) is unknown color: approx Grenadier. HEX triplet: BC, 4A and 34. RGB value is (188,74,52). Sum of RGB (Red+Green+Blue) = 188+74+52=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A34 is #43B5CB. Grayscale: #696969. Windows color (decimal): -4437452 or 3427004. OLE color: 3427004.

HSL color Cylindrical-coordinate representation of color #BC4A34: hue angle of 9.71º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC4A34 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB1887452-
CMYK00.610.720.26
HSL9.71º56.67%47.06%-
HSV(B)9.71º72.34%73.73%-
XYZ23.8115.845.05-
YUV105.5897.77186.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.87%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 52 (20.70% from 255) = 16.56%
R=59.87%
G=23.57%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188745200.610.720.269.7156.6747.06
HexBC4A3403D481Aa392f
Octal2741126407511032127157
Binary10111100100101011010001111011001000110101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A34; }

 p { color: rgb(188,74,52); }

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

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

 a { background-color: rgb(188,74,52); }

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

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

 span { border-color: rgb(188,74,52); }

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