#BF6750

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

Shades of Flame Pea #BF6750

Tints of Flame Pea #BF6750

Color information

#BF6750 (or 0xBF6750) is unknown color: approx Flame Pea. HEX triplet: BF, 67 and 50. RGB value is (191,103,80). Sum of RGB (Red+Green+Blue) = 191+103+80=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6750 is #4098AF. Grayscale: #7E7E7E. Windows color (decimal): -4233392 or 5269439. OLE color: 5269439.

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

Color convert

RGB19110380-
CMYK00.460.580.25
HSL12.43º46.44%53.14%-
HSV(B)12.43º58.12%74.9%-
XYZ27.7821.3610.25-
YUV126.69101.65173.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 80 (31.64% from 255) = 21.39%
R=51.07%
G=27.54%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911038000.460.580.2512.4346.4453.14
HexBF675002E3A19c2e35
Octal2771471200567231145665
Binary10111111110011110100000101110111010110011100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6750; }

 p { color: rgb(191,103,80); }

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

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

 a { background-color: rgb(191,103,80); }

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

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

 span { border-color: rgb(191,103,80); }

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