#BF614E

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

Shades of Flame Pea #BF614E

Tints of Flame Pea #BF614E

Color information

#BF614E (or 0xBF614E) is unknown color: approx Flame Pea. HEX triplet: BF, 61 and 4E. RGB value is (191,97,78). Sum of RGB (Red+Green+Blue) = 191+97+78=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF614E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF614E is #409EB1. Grayscale: #7B7B7B. Windows color (decimal): -4234930 or 5136831. OLE color: 5136831.

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

Color convert

RGB1919778-
CMYK00.490.590.25
HSL10.09º46.89%52.75%-
HSV(B)10.09º59.16%74.9%-
XYZ27.1420.189.67-
YUV122.94102.64176.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.19%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=52.19%
G=26.50%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191977800.490.590.2510.0946.8952.75
HexBF614E0313B19a2f35
Octal2771411160617331125765
Binary10111111110000110011100110001111011110011010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF614E; }

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

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

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

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

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

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

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

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