#BF5442

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

Shades of Flame Pea #BF5442

Tints of Flame Pea #BF5442

Color information

#BF5442 (or 0xBF5442) is unknown color: approx Flame Pea. HEX triplet: BF, 54 and 42. RGB value is (191,84,66). Sum of RGB (Red+Green+Blue) = 191+84+66=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5442 is #40ABBD. Grayscale: #727272. Windows color (decimal): -4238270 or 4347071. OLE color: 4347071.

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

Color convert

RGB1918466-
CMYK00.560.650.25
HSL8.64º49.41%50.39%-
HSV(B)8.64º65.45%74.9%-
XYZ25.6417.817.24-
YUV113.94100.95182.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.01%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 66 (26.17% from 255) = 19.35%
R=56.01%
G=24.63%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191846600.560.650.258.6449.4150.39
HexBF5442038411993132
Octal27712410207010131116162
Binary101111111010100100001001110001000001110011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5442; }

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

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

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

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

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

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

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

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