#BF6644

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

Shades of Flame Pea #BF6644

Tints of Flame Pea #BF6644

Color information

#BF6644 (or 0xBF6644) is unknown color: approx Flame Pea. HEX triplet: BF, 66 and 44. RGB value is (191,102,68). Sum of RGB (Red+Green+Blue) = 191+102+68=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6644 is #4099BB. Grayscale: #7C7C7C. Windows color (decimal): -4233660 or 4482751. OLE color: 4482751.

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

Color convert

RGB19110268-
CMYK00.470.640.25
HSL16.59º49%50.78%-
HSV(B)16.59º64.4%74.9%-
XYZ27.28218.08-
YUV124.7395.99175.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 68 (26.95% from 255) = 18.84%
R=52.91%
G=28.25%
B=18.84%

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
Decimal1911026800.470.640.2516.594950.78
HexBF664402F4019113133
Octal27714610405710031216163
Binary1011111111001101000100010111110000001100110001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6644; }

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

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

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

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

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

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

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

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