#bf6147

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

Shades of Flame Pea #BF6147

Tints of Flame Pea #BF6147

Color information

#BF6147 (or 0xBF6147) is unknown color: approx Flame Pea. HEX triplet: BF, 61 and 47. RGB value is (191,97,71). Sum of RGB (Red+Green+Blue) = 191+97+71=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6147 is #409EB8. Grayscale: #7A7A7A. Windows color (decimal): -4234937 or 4678079. OLE color: 4678079.

HSL color Cylindrical-coordinate representation of color #BF6147: hue angle of 13º 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 #BF6147 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1919771-
CMYK00.490.630.25
HSL13º48.39%51.37%-
HSV(B)13º62.83%74.9%-
XYZ26.920.088.42-
YUV122.1499.14177.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 71 (28.12% from 255) = 19.78%
R=53.20%
G=27.02%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191977100.490.630.251348.3951.37
HexBF61470313F19d3033
Octal2771411070617731156063
Binary10111111110000110001110110001111111110011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6147; }

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

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

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

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

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

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

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

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