#BF5B41

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

Shades of Flame Pea #BF5B41

Tints of Flame Pea #BF5B41

Color information

#BF5B41 (or 0xBF5B41) is unknown color: approx Flame Pea. HEX triplet: BF, 5B and 41. RGB value is (191,91,65). Sum of RGB (Red+Green+Blue) = 191+91+65=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5B41 is #40A4BE. Grayscale: #767676. Windows color (decimal): -4236479 or 4283327. OLE color: 4283327.

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

Color convert

RGB1919165-
CMYK00.520.660.25
HSL12.38º49.61%50.2%-
HSV(B)12.38º65.97%74.9%-
XYZ26.1818.947.28-
YUV117.9498.13180.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=55.04%
G=26.22%
B=18.73%

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
Decimal191916500.520.660.2512.3849.6150.2
HexBF5B410344219c3232
Octal27713310106410231146262
Binary101111111011011100000101101001000010110011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B41; }

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

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

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

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

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

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

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

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