#BC4347

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

Shades of Brick Red #BC4347

Tints of Brick Red #BC4347

Color information

#BC4347 (or 0xBC4347) is unknown color: approx Brick Red. HEX triplet: BC, 43 and 47. RGB value is (188,67,71). Sum of RGB (Red+Green+Blue) = 188+67+71=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4347 is #43BCB8. Grayscale: #676767. Windows color (decimal): -4439225 or 4670396. OLE color: 4670396.

HSL color Cylindrical-coordinate representation of color #BC4347: hue angle of 358.02º 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 #BC4347 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB1886771-
CMYK00.640.620.26
HSL358.02º47.45%50%-
HSV(B)358.02º64.36%73.73%-
XYZ23.8815.167.63-
YUV103.64109.59188.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.67%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=57.67%
G=20.55%
B=21.78%

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
Decimal188677100.640.620.26358.0247.4550
HexBC43470403E1A1662f32
Octal274103107010076325465762
Binary10111100100001110001110100000011111011010101100110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4347; }

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

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

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

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

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

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

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

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