#BC614D

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

Shades of Flame Pea #BC614D

Tints of Flame Pea #BC614D

Color information

#BC614D (or 0xBC614D) is unknown color: approx Flame Pea. HEX triplet: BC, 61 and 4D. RGB value is (188,97,77). Sum of RGB (Red+Green+Blue) = 188+97+77=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC614D is #439EB2. Grayscale: #7A7A7A. Windows color (decimal): -4431539 or 5071292. OLE color: 5071292.

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

Color convert

RGB1889777-
CMYK00.480.590.26
HSL10.81º45.31%51.96%-
HSV(B)10.81º59.04%73.73%-
XYZ26.3519.789.45-
YUV121.93102.65175.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 97 (38.28% from 255) = 26.80%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=51.93%
G=26.80%
B=21.27%

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
Decimal188977700.480.590.2610.8145.3151.96
HexBC614D0303B1Ab2d34
Octal2741411150607332135564
Binary10111100110000110011010110000111011110101011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC614D; }

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

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

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

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

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

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

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

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