#BF674F

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

Shades of Flame Pea #BF674F

Tints of Flame Pea #BF674F

Color information

#BF674F (or 0xBF674F) is unknown color: approx Flame Pea. HEX triplet: BF, 67 and 4F. RGB value is (191,103,79). Sum of RGB (Red+Green+Blue) = 191+103+79=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF674F is #4098B0. Grayscale: #7E7E7E. Windows color (decimal): -4233393 or 5203903. OLE color: 5203903.

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

Color convert

RGB19110379-
CMYK00.460.590.25
HSL12.86º46.67%52.94%-
HSV(B)12.86º58.64%74.9%-
XYZ27.7521.3410.05-
YUV126.58101.15173.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.21%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 79 (31.25% from 255) = 21.18%
R=51.21%
G=27.61%
B=21.18%

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
Decimal1911037900.460.590.2512.8646.6752.94
HexBF674F02E3B19d2f35
Octal2771471170567331155765
Binary10111111110011110011110101110111011110011101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF674F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF674F; }

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

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

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

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

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

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

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

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