#BC6140

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

Shades of Flame Pea #BC6140

Tints of Flame Pea #BC6140

Color information

#BC6140 (or 0xBC6140) is unknown color: approx Flame Pea. HEX triplet: BC, 61 and 40. RGB value is (188,97,64). Sum of RGB (Red+Green+Blue) = 188+97+64=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6140 is #439EBF. Grayscale: #787878. Windows color (decimal): -4431552 or 4219324. OLE color: 4219324.

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

Color convert

RGB1889764-
CMYK00.480.660.26
HSL15.97º49.21%49.41%-
HSV(B)15.97º65.96%73.73%-
XYZ25.9419.617.27-
YUV120.4596.15176.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=53.87%
G=27.79%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188976400.480.660.2615.9749.2149.41
HexBC6140030421A103131
Octal27414110006010232206161
Binary1011110011000011000000011000010000101101010000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6140; }

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

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

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

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

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

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

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

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