#BF6042

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

Shades of Flame Pea #BF6042

Tints of Flame Pea #BF6042

Color information

#BF6042 (or 0xBF6042) is unknown color: approx Flame Pea. HEX triplet: BF, 60 and 42. RGB value is (191,96,66). Sum of RGB (Red+Green+Blue) = 191+96+66=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6042 is #409FBD. Grayscale: #797979. Windows color (decimal): -4235198 or 4350143. OLE color: 4350143.

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

Color convert

RGB1919666-
CMYK00.500.650.25
HSL14.4º49.41%50.39%-
HSV(B)14.4º65.45%74.9%-
XYZ26.6519.847.58-
YUV120.9896.97177.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=54.11%
G=27.20%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191966600.500.650.2514.449.4150.39
HexBF60420324119e3132
Octal27714010206210131166162
Binary101111111100000100001001100101000001110011110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6042; }

 p { color: rgb(191,96,66); }

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

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

 a { background-color: rgb(191,96,66); }

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

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

 span { border-color: rgb(191,96,66); }

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