#BC4326

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

Shades of Grenadier #BC4326

Tints of Grenadier #BC4326

Color information

#BC4326 (or 0xBC4326) is unknown color: approx Grenadier. HEX triplet: BC, 43 and 26. RGB value is (188,67,38). Sum of RGB (Red+Green+Blue) = 188+67+38=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4326 is #43BCD9. Grayscale: #646464. Windows color (decimal): -4439258 or 2507708. OLE color: 2507708.

HSL color Cylindrical-coordinate representation of color #BC4326: hue angle of 11.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4326 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1886738-
CMYK00.640.800.26
HSL11.6º66.37%44.31%-
HSV(B)11.6º79.79%73.73%-
XYZ23.114.853.48-
YUV99.8793.09190.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.16%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=64.16%
G=22.87%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188673800.640.800.2611.666.3744.31
HexBC4326040501Ac422c
Octal274103460100120321410254
Binary1011110010000111001100100000010100001101011001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4326; }

 p { color: rgb(188,67,38); }

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

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

 a { background-color: rgb(188,67,38); }

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

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

 span { border-color: rgb(188,67,38); }

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