#BF5B47

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

Shades of Flame Pea #BF5B47

Tints of Flame Pea #BF5B47

Color information

#BF5B47 (or 0xBF5B47) is unknown color: approx Flame Pea. HEX triplet: BF, 5B and 47. RGB value is (191,91,71). Sum of RGB (Red+Green+Blue) = 191+91+71=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B47 is #40A4B8. Grayscale: #767676. Windows color (decimal): -4236473 or 4676543. OLE color: 4676543.

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

Color convert

RGB1919171-
CMYK00.520.630.25
HSL10º48.39%51.37%-
HSV(B)10º62.83%74.9%-
XYZ26.3619.018.24-
YUV118.62101.13179.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 71 (28.12% from 255) = 20.11%
R=54.11%
G=25.78%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191917100.520.630.251048.3951.37
HexBF5B470343F19a3033
Octal2771331070647731126063
Binary10111111101101110001110110100111111110011010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B47; }

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

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

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

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

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

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

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

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