#BC5C4A

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

Shades of Flame Pea #BC5C4A

Tints of Flame Pea #BC5C4A

Color information

#BC5C4A (or 0xBC5C4A) is unknown color: approx Flame Pea. HEX triplet: BC, 5C and 4A. RGB value is (188,92,74). Sum of RGB (Red+Green+Blue) = 188+92+74=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5C4A is #43A3B5. Grayscale: #767676. Windows color (decimal): -4432822 or 4873404. OLE color: 4873404.

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

Color convert

RGB1889274-
CMYK00.510.610.26
HSL9.47º45.97%51.37%-
HSV(B)9.47º60.64%73.73%-
XYZ25.818.848.76-
YUV118.65102.8177.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=53.11%
G=25.99%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188927400.510.610.269.4745.9751.37
HexBC5C4A0333D1A92e33
Octal2741341120637532115663
Binary10111100101110010010100110011111101110101001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5C4A; }

 p { color: rgb(188,92,74); }

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

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

 a { background-color: rgb(188,92,74); }

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

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

 span { border-color: rgb(188,92,74); }

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