#BF6544

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

Shades of Flame Pea #BF6544

Tints of Flame Pea #BF6544

Color information

#BF6544 (or 0xBF6544) is unknown color: approx Flame Pea. HEX triplet: BF, 65 and 44. RGB value is (191,101,68). Sum of RGB (Red+Green+Blue) = 191+101+68=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6544 is #409ABB. Grayscale: #7C7C7C. Windows color (decimal): -4233916 or 4482495. OLE color: 4482495.

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

Color convert

RGB19110168-
CMYK00.470.640.25
HSL16.1º49%50.78%-
HSV(B)16.1º64.4%74.9%-
XYZ27.1820.88.05-
YUV124.1596.32175.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 68 (26.95% from 255) = 18.89%
R=53.06%
G=28.06%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911016800.470.640.2516.14950.78
HexBF654402F4019103133
Octal27714510405710031206163
Binary1011111111001011000100010111110000001100110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6544; }

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

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

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

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

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

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

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

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