#BC644F

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

Shades of Flame Pea #BC644F

Tints of Flame Pea #BC644F

Color information

#BC644F (or 0xBC644F) is unknown color: approx Flame Pea. HEX triplet: BC, 64 and 4F. RGB value is (188,100,79). Sum of RGB (Red+Green+Blue) = 188+100+79=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC644F is #439BB0. Grayscale: #7C7C7C. Windows color (decimal): -4430769 or 5203132. OLE color: 5203132.

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

Color convert

RGB18810079-
CMYK00.470.580.26
HSL11.56º44.86%52.35%-
HSV(B)11.56º57.98%73.73%-
XYZ26.7120.379.92-
YUV123.92102.65173.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=51.23%
G=27.25%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881007900.470.580.2611.5644.8652.35
HexBC644F02F3A1Ac2d34
Octal2741441170577232145564
Binary10111100110010010011110101111111010110101100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC644F; }

 p { color: rgb(188,100,79); }

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

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

 a { background-color: rgb(188,100,79); }

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

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

 span { border-color: rgb(188,100,79); }

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