#BF6444

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

Shades of Flame Pea #BF6444

Tints of Flame Pea #BF6444

Color information

#BF6444 (or 0xBF6444) is unknown color: approx Flame Pea. HEX triplet: BF, 64 and 44. RGB value is (191,100,68). Sum of RGB (Red+Green+Blue) = 191+100+68=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6444 is #409BBB. Grayscale: #7B7B7B. Windows color (decimal): -4234172 or 4482239. OLE color: 4482239.

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

Color convert

RGB19110068-
CMYK00.480.640.25
HSL15.61º49%50.78%-
HSV(B)15.61º64.4%74.9%-
XYZ27.0920.618.02-
YUV123.5696.65176.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.20%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=53.20%
G=27.86%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911006800.480.640.2515.614950.78
HexBF64440304019103133
Octal27714410406010031206163
Binary1011111111001001000100011000010000001100110000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6444; }

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

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

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

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

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

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

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

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