#BF5745

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

Shades of Flame Pea #BF5745

Tints of Flame Pea #BF5745

Color information

#BF5745 (or 0xBF5745) is unknown color: approx Flame Pea. HEX triplet: BF, 57 and 45. RGB value is (191,87,69). Sum of RGB (Red+Green+Blue) = 191+87+69=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5745 is #40A8BA. Grayscale: #747474. Windows color (decimal): -4237499 or 4544447. OLE color: 4544447.

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

Color convert

RGB1918769-
CMYK00.540.640.25
HSL8.85º48.8%50.98%-
HSV(B)8.85º63.87%74.9%-
XYZ25.9718.327.8-
YUV116.04101.46181.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=55.04%
G=25.07%
B=19.88%

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
Decimal191876900.540.640.258.8548.850.98
HexBF5745036401993133
Octal27712710506610031116163
Binary101111111010111100010101101101000000110011001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5745; }

 p { color: rgb(191,87,69); }

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

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

 a { background-color: rgb(191,87,69); }

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

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

 span { border-color: rgb(191,87,69); }

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