#bc4447

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

Shades of Brick Red #BC4447

Tints of Brick Red #BC4447

Color information

#BC4447 (or 0xBC4447) is unknown color: approx Brick Red. HEX triplet: BC, 44 and 47. RGB value is (188,68,71). Sum of RGB (Red+Green+Blue) = 188+68+71=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4447 is #43BBB8. Grayscale: #686868. Windows color (decimal): -4438969 or 4670652. OLE color: 4670652.

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

Color convert

RGB1886871-
CMYK00.640.620.26
HSL358.5º47.24%50.2%-
HSV(B)358.5º63.83%73.73%-
XYZ23.9415.287.65-
YUV104.22109.26187.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=57.49%
G=20.80%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188687100.640.620.26358.547.2450.2
HexBC44470403E1A1662f32
Octal274104107010076325465762
Binary10111100100010010001110100000011111011010101100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc4447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc4447; }

 p { color: rgb(188,68,71); }

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

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

 a { background-color: rgb(188,68,71); }

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

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

 span { border-color: rgb(188,68,71); }

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