#BF5A42

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

Shades of Flame Pea #BF5A42

Tints of Flame Pea #BF5A42

Color information

#BF5A42 (or 0xBF5A42) is unknown color: approx Flame Pea. HEX triplet: BF, 5A and 42. RGB value is (191,90,66). Sum of RGB (Red+Green+Blue) = 191+90+66=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A42 is #40A5BD. Grayscale: #757575. Windows color (decimal): -4236734 or 4348607. OLE color: 4348607.

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

Color convert

RGB1919066-
CMYK00.530.650.25
HSL11.52º49.41%50.39%-
HSV(B)11.52º65.45%74.9%-
XYZ26.1318.787.4-
YUV117.4698.96180.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 66 (26.17% from 255) = 19.02%
R=55.04%
G=25.94%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191906600.530.650.2511.5249.4150.39
HexBF5A420354119c3132
Octal27713210206510131146162
Binary101111111011010100001001101011000001110011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A42; }

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

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

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

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

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

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

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

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