#BF684E

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

Shades of Flame Pea #BF684E

Tints of Flame Pea #BF684E

Color information

#BF684E (or 0xBF684E) is unknown color: approx Flame Pea. HEX triplet: BF, 68 and 4E. RGB value is (191,104,78). Sum of RGB (Red+Green+Blue) = 191+104+78=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF684E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF684E is #4097B1. Grayscale: #7F7F7F. Windows color (decimal): -4233138 or 5138623. OLE color: 5138623.

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

Color convert

RGB19110478-
CMYK00.460.590.25
HSL13.81º46.89%52.75%-
HSV(B)13.81º59.16%74.9%-
XYZ27.8121.539.9-
YUV127.05100.32173.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 78 (30.86% from 255) = 20.91%
R=51.21%
G=27.88%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911047800.460.590.2513.8146.8952.75
HexBF684E02E3B19e2f35
Octal2771501160567331165765
Binary10111111110100010011100101110111011110011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF684E; }

 p { color: rgb(191,104,78); }

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

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

 a { background-color: rgb(191,104,78); }

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

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

 span { border-color: rgb(191,104,78); }

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