#BF6549

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

Shades of Flame Pea #BF6549

Tints of Flame Pea #BF6549

Color information

#BF6549 (or 0xBF6549) is unknown color: approx Flame Pea. HEX triplet: BF, 65 and 49. RGB value is (191,101,73). Sum of RGB (Red+Green+Blue) = 191+101+73=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6549 is #409AB6. Grayscale: #7C7C7C. Windows color (decimal): -4233911 or 4810175. OLE color: 4810175.

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

Color convert

RGB19110173-
CMYK00.470.620.25
HSL14.24º47.97%51.76%-
HSV(B)14.24º61.78%74.9%-
XYZ27.3420.868.89-
YUV124.7298.82175.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 73 (28.91% from 255) = 20%
R=52.33%
G=27.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911017300.470.620.2514.2447.9751.76
HexBF654902F3E19e3034
Octal2771451110577631166064
Binary10111111110010110010010101111111110110011110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6549; }

 p { color: rgb(191,101,73); }

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

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

 a { background-color: rgb(191,101,73); }

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

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

 span { border-color: rgb(191,101,73); }

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