#BF5844

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

Shades of Flame Pea #BF5844

Tints of Flame Pea #BF5844

Color information

#BF5844 (or 0xBF5844) is unknown color: approx Flame Pea. HEX triplet: BF, 58 and 44. RGB value is (191,88,68). Sum of RGB (Red+Green+Blue) = 191+88+68=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5844 is #40A7BB. Grayscale: #747474. Windows color (decimal): -4237244 or 4479167. OLE color: 4479167.

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

Color convert

RGB1918868-
CMYK00.540.640.25
HSL9.76º49%50.78%-
HSV(B)9.76º64.4%74.9%-
XYZ26.0218.477.66-
YUV116.52100.62181.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=55.04%
G=25.36%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191886800.540.640.259.764950.78
HexBF58440364019a3133
Octal27713010406610031126163
Binary101111111011000100010001101101000000110011010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5844; }

 p { color: rgb(191,88,68); }

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

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

 a { background-color: rgb(191,88,68); }

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

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

 span { border-color: rgb(191,88,68); }

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