#BC5D4D

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

Shades of Flame Pea #BC5D4D

Tints of Flame Pea #BC5D4D

Color information

#BC5D4D (or 0xBC5D4D) is unknown color: approx Flame Pea. HEX triplet: BC, 5D and 4D. RGB value is (188,93,77). Sum of RGB (Red+Green+Blue) = 188+93+77=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D4D is #43A2B2. Grayscale: #777777. Windows color (decimal): -4432563 or 5070268. OLE color: 5070268.

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

Color convert

RGB1889377-
CMYK00.510.590.26
HSL8.65º45.31%51.96%-
HSV(B)8.65º59.04%73.73%-
XYZ25.9919.069.33-
YUV119.58103.97176.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=52.51%
G=25.98%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188937700.510.590.268.6545.3151.96
HexBC5D4D0333B1A92d34
Octal2741351150637332115564
Binary10111100101110110011010110011111011110101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5D4D; }

 p { color: rgb(188,93,77); }

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

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

 a { background-color: rgb(188,93,77); }

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

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

 span { border-color: rgb(188,93,77); }

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