#BF5647

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

Shades of Flame Pea #BF5647

Tints of Flame Pea #BF5647

Color information

#BF5647 (or 0xBF5647) is unknown color: approx Flame Pea. HEX triplet: BF, 56 and 47. RGB value is (191,86,71). Sum of RGB (Red+Green+Blue) = 191+86+71=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5647 is #40A9B8. Grayscale: #737373. Windows color (decimal): -4237753 or 4675263. OLE color: 4675263.

HSL color Cylindrical-coordinate representation of color #BF5647: hue angle of 7.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5647 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1918671-
CMYK00.550.630.25
HSL7.5º48.39%51.37%-
HSV(B)7.5º62.83%74.9%-
XYZ25.9518.198.1-
YUV115.68102.79181.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 86 (33.98% from 255) = 24.71%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=54.89%
G=24.71%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191867100.550.630.257.548.3951.37
HexBF56470373F1983033
Octal2771261070677731106063
Binary10111111101011010001110110111111111110011000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5647; }

 p { color: rgb(191,86,71); }

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

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

 a { background-color: rgb(191,86,71); }

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

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

 span { border-color: rgb(191,86,71); }

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