#bf6241

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

Shades of Flame Pea #BF6241

Tints of Flame Pea #BF6241

Color information

#BF6241 (or 0xBF6241) is unknown color: approx Flame Pea. HEX triplet: BF, 62 and 41. RGB value is (191,98,65). Sum of RGB (Red+Green+Blue) = 191+98+65=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6241 is #409DBE. Grayscale: #7A7A7A. Windows color (decimal): -4234687 or 4285119. OLE color: 4285119.

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

Color convert

RGB1919865-
CMYK00.490.660.25
HSL15.71º49.61%50.2%-
HSV(B)15.71º65.97%74.9%-
XYZ26.8120.197.49-
YUV122.0495.81177.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 65 (25.78% from 255) = 18.36%
R=53.95%
G=27.68%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191986500.490.660.2515.7149.6150.2
HexBF62410314219103232
Octal27714210106110231206262
Binary1011111111000101000001011000110000101100110000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6241; }

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

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

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

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

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

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

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

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