#BC4B35

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

Shades of Grenadier #BC4B35

Tints of Grenadier #BC4B35

Color information

#BC4B35 (or 0xBC4B35) is unknown color: approx Grenadier. HEX triplet: BC, 4B and 35. RGB value is (188,75,53). Sum of RGB (Red+Green+Blue) = 188+75+53=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B35 is #43B4CA. Grayscale: #6A6A6A. Windows color (decimal): -4437195 or 3492796. OLE color: 3492796.

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

Color convert

RGB1887553-
CMYK00.600.720.26
HSL9.78º56.02%47.25%-
HSV(B)9.78º71.81%73.73%-
XYZ23.915.985.19-
YUV106.2897.94186.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.49%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=59.49%
G=23.73%
B=16.77%

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
Decimal188755300.600.720.269.7856.0247.25
HexBC4B3503C481Aa382f
Octal2741136507411032127057
Binary10111100100101111010101111001001000110101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B35; }

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

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

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

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

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

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

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

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