#BC533F

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

Shades of Grenadier #BC533F

Tints of Grenadier #BC533F

Color information

#BC533F (or 0xBC533F) is unknown color: approx Grenadier. HEX triplet: BC, 53 and 3F. RGB value is (188,83,63). Sum of RGB (Red+Green+Blue) = 188+83+63=334 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.29% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 188 - color contains mainly: red. Hex color #BC533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC533F is #43ACC0. Grayscale: #707070. Windows color (decimal): -4435137 or 4150204. OLE color: 4150204.

HSL color Cylindrical-coordinate representation of color #BC533F: hue angle of 9.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC533F is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1888363-
CMYK00.560.660.26
HSL9.6º49.8%49.22%-
HSV(B)9.6º66.49%73.73%-
XYZ24.7317.246.73-
YUV112.12100.29182.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.29%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 63 (25% from 255) = 18.86%
R=56.29%
G=24.85%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188836300.560.660.269.649.849.22
HexBC533F038421Aa3231
Octal2741237707010232126261
Binary10111100101001111111101110001000010110101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC533F; }

 p { color: rgb(188,83,63); }

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

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

 a { background-color: rgb(188,83,63); }

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

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

 span { border-color: rgb(188,83,63); }

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