#BC624E

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

Shades of Flame Pea #BC624E

Tints of Flame Pea #BC624E

Color information

#BC624E (or 0xBC624E) is unknown color: approx Flame Pea. HEX triplet: BC, 62 and 4E. RGB value is (188,98,78). Sum of RGB (Red+Green+Blue) = 188+98+78=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC624E is #439DB1. Grayscale: #7A7A7A. Windows color (decimal): -4431282 or 5137084. OLE color: 5137084.

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

Color convert

RGB1889878-
CMYK00.480.590.26
HSL10.91º45.08%52.16%-
HSV(B)10.91º58.51%73.73%-
XYZ26.4819.989.67-
YUV122.63102.82174.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.65%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=51.65%
G=26.92%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188987800.480.590.2610.9145.0852.16
HexBC624E0303B1Ab2d34
Octal2741421160607332135564
Binary10111100110001010011100110000111011110101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC624E; }

 p { color: rgb(188,98,78); }

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

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

 a { background-color: rgb(188,98,78); }

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

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

 span { border-color: rgb(188,98,78); }

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