#BC5443

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

Shades of Flame Pea #BC5443

Tints of Flame Pea #BC5443

Color information

#BC5443 (or 0xBC5443) is unknown color: approx Flame Pea. HEX triplet: BC, 54 and 43. RGB value is (188,84,67). Sum of RGB (Red+Green+Blue) = 188+84+67=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5443 is #43ABBC. Grayscale: #717171. Windows color (decimal): -4434877 or 4412604. OLE color: 4412604.

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

Color convert

RGB1888467-
CMYK00.550.640.26
HSL8.43º47.45%50%-
HSV(B)8.43º64.36%73.73%-
XYZ24.9217.447.36-
YUV113.16101.96181.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.46%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=55.46%
G=24.78%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188846700.550.640.268.4347.4550
HexBC5443037401A82f32
Octal27412410306710032105762
Binary101111001010100100001101101111000000110101000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5443; }

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

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

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

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

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

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

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

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