#BC5437

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

Shades of Grenadier #BC5437

Tints of Grenadier #BC5437

Color information

#BC5437 (or 0xBC5437) is unknown color: approx Grenadier. HEX triplet: BC, 54 and 37. RGB value is (188,84,55). Sum of RGB (Red+Green+Blue) = 188+84+55=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5437 is #43ABC8. Grayscale: #707070. Windows color (decimal): -4434889 or 3626172. OLE color: 3626172.

HSL color Cylindrical-coordinate representation of color #BC5437: hue angle of 13.08º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC5437 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB1888455-
CMYK00.550.710.26
HSL13.08º54.73%47.65%-
HSV(B)13.08º70.74%73.73%-
XYZ24.617.315.66-
YUV111.7995.96182.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=57.49%
G=25.69%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188845500.550.710.2613.0854.7347.65
HexBC5437037471Ad3730
Octal2741246706710732156760
Binary10111100101010011011101101111000111110101101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5437; }

 p { color: rgb(188,84,55); }

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

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

 a { background-color: rgb(188,84,55); }

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

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

 span { border-color: rgb(188,84,55); }

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