#BF593F

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

Shades of Flame Pea #BF593F

Tints of Flame Pea #BF593F

Color information

#BF593F (or 0xBF593F) is unknown color: approx Flame Pea. HEX triplet: BF, 59 and 3F. RGB value is (191,89,63). Sum of RGB (Red+Green+Blue) = 191+89+63=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF593F is #40A6C0. Grayscale: #747474. Windows color (decimal): -4236993 or 4151743. OLE color: 4151743.

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

Color convert

RGB1918963-
CMYK00.530.670.25
HSL12.19º50.39%49.8%-
HSV(B)12.19º67.02%74.9%-
XYZ25.9618.586.92-
YUV116.5397.79181.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 63 (25% from 255) = 18.37%
R=55.69%
G=25.95%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191896300.530.670.2512.1950.3949.8
HexBF593F0354319c3232
Octal2771317706510331146262
Binary10111111101100111111101101011000011110011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF593F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF593F; }

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

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

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

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

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

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

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

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