#BC4B34

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

Shades of Grenadier #BC4B34

Tints of Grenadier #BC4B34

Color information

#BC4B34 (or 0xBC4B34) is unknown color: approx Grenadier. HEX triplet: BC, 4B and 34. RGB value is (188,75,52). Sum of RGB (Red+Green+Blue) = 188+75+52=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B34 is #43B4CB. Grayscale: #6A6A6A. Windows color (decimal): -4437196 or 3427260. OLE color: 3427260.

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

Color convert

RGB1887552-
CMYK00.600.720.26
HSL10.15º56.67%47.06%-
HSV(B)10.15º72.34%73.73%-
XYZ23.8715.975.07-
YUV106.1697.44186.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.68%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=59.68%
G=23.81%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188755200.600.720.2610.1556.6747.06
HexBC4B3403C481Aa392f
Octal2741136407411032127157
Binary10111100100101111010001111001001000110101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B34; }

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

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

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

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

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

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

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

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