#BC5643

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

Shades of Flame Pea #BC5643

Tints of Flame Pea #BC5643

Color information

#BC5643 (or 0xBC5643) is unknown color: approx Flame Pea. HEX triplet: BC, 56 and 43. RGB value is (188,86,67). Sum of RGB (Red+Green+Blue) = 188+86+67=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5643 is #43A9BC. Grayscale: #727272. Windows color (decimal): -4434365 or 4413116. OLE color: 4413116.

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

Color convert

RGB1888667-
CMYK00.540.640.26
HSL9.42º47.45%50%-
HSV(B)9.42º64.36%73.73%-
XYZ25.0817.757.41-
YUV114.33101.29180.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.13%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=55.13%
G=25.22%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188866700.540.640.269.4247.4550
HexBC5643036401A92f32
Octal27412610306610032115762
Binary101111001010110100001101101101000000110101001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5643; }

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

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

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

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

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

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

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

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