#BF5C41

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

Shades of Flame Pea #BF5C41

Tints of Flame Pea #BF5C41

Color information

#BF5C41 (or 0xBF5C41) is unknown color: approx Flame Pea. HEX triplet: BF, 5C and 41. RGB value is (191,92,65). Sum of RGB (Red+Green+Blue) = 191+92+65=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5C41 is #40A3BE. Grayscale: #767676. Windows color (decimal): -4236223 or 4283583. OLE color: 4283583.

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

Color convert

RGB1919265-
CMYK00.520.660.25
HSL12.86º49.61%50.2%-
HSV(B)12.86º65.97%74.9%-
XYZ26.2719.117.31-
YUV118.5297.8179.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=54.89%
G=26.44%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191926500.520.660.2512.8649.6150.2
HexBF5C410344219d3232
Octal27713410106410231156262
Binary101111111011100100000101101001000010110011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5C41; }

 p { color: rgb(191,92,65); }

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

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

 a { background-color: rgb(191,92,65); }

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

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

 span { border-color: rgb(191,92,65); }

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