#BF667C

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

Shades of Tapestry #BF667C

Tints of Tapestry #BF667C

Color information

#BF667C (or 0xBF667C) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 7C. RGB value is (191,102,124). Sum of RGB (Red+Green+Blue) = 191+102+124=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF667C is #409983. Grayscale: #838383. Windows color (decimal): -4233604 or 8152767. OLE color: 8152767.

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

Color convert

RGB191102124-
CMYK00.470.350.25
HSL345.17º41.01%57.45%-
HSV(B)345.17º46.6%74.9%-
XYZ29.8822.0321.75-
YUV131.12123.99170.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=45.80%
G=24.46%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110212400.470.350.25345.1741.0157.45
HexBF667C02F23191592939
Octal27714617405743315315171
Binary1011111111001101111100010111110001111001101011001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF667C; }

 p { color: rgb(191,102,124); }

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

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

 a { background-color: rgb(191,102,124); }

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

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

 span { border-color: rgb(191,102,124); }

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