#BF674E

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

Shades of Flame Pea #BF674E

Tints of Flame Pea #BF674E

Color information

#BF674E (or 0xBF674E) is unknown color: approx Flame Pea. HEX triplet: BF, 67 and 4E. RGB value is (191,103,78). Sum of RGB (Red+Green+Blue) = 191+103+78=372 (49% of max value = 765). Red value is 191 (75% from 255 or 51.34% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 191 - color contains mainly: red. Hex color #BF674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF674E is #4098B1. Grayscale: #7E7E7E. Windows color (decimal): -4233394 or 5138367. OLE color: 5138367.

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

Color convert

RGB19110378-
CMYK00.460.590.25
HSL13.27º46.89%52.75%-
HSV(B)13.27º59.16%74.9%-
XYZ27.7121.339.86-
YUV126.46100.65174.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.34%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=51.34%
G=27.69%
B=20.97%

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
Decimal1911037800.460.590.2513.2746.8952.75
HexBF674E02E3B19d2f35
Octal2771471160567331155765
Binary10111111110011110011100101110111011110011101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF674E; }

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

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

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

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

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

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

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

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