#BC483B

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

Shades of Grenadier #BC483B

Tints of Grenadier #BC483B

Color information

#BC483B (or 0xBC483B) is unknown color: approx Grenadier. HEX triplet: BC, 48 and 3B. RGB value is (188,72,59). Sum of RGB (Red+Green+Blue) = 188+72+59=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC483B is #43B7C4. Grayscale: #696969. Windows color (decimal): -4437957 or 3885244. OLE color: 3885244.

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

Color convert

RGB1887259-
CMYK00.620.690.26
HSL6.05º52.23%48.43%-
HSV(B)6.05º68.62%73.73%-
XYZ23.8515.645.9-
YUV105.2101.93187.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 72 (28.52% from 255) = 22.57%
BLUE value IS 59 (23.44% from 255) = 18.50%
R=58.93%
G=22.57%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188725900.620.690.266.0552.2348.43
HexBC483B03E451A63430
Octal274110730761053266460
Binary1011110010010001110110111110100010111010110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC483B; }

 p { color: rgb(188,72,59); }

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

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

 a { background-color: rgb(188,72,59); }

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

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

 span { border-color: rgb(188,72,59); }

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