#bf573f

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

Shades of Flame Pea #BF573F

Tints of Flame Pea #BF573F

Color information

#BF573F (or 0xBF573F) is unknown color: approx Flame Pea. HEX triplet: BF, 57 and 3F. RGB value is (191,87,63). Sum of RGB (Red+Green+Blue) = 191+87+63=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF573F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF573F is #40A8C0. Grayscale: #737373. Windows color (decimal): -4237505 or 4151231. OLE color: 4151231.

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

Color convert

RGB1918763-
CMYK00.540.670.25
HSL11.25º50.39%49.8%-
HSV(B)11.25º67.02%74.9%-
XYZ25.7918.256.87-
YUV115.3698.46181.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.01%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 63 (25% from 255) = 18.48%
R=56.01%
G=25.51%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191876300.540.670.2511.2550.3949.8
HexBF573F0364319b3232
Octal2771277706610331136262
Binary10111111101011111111101101101000011110011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf573f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf573f; }

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

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

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

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

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

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

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

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