#BF667E

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

Shades of Tapestry #BF667E

Tints of Tapestry #BF667E

Color information

#BF667E (or 0xBF667E) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 7E. RGB value is (191,102,126). Sum of RGB (Red+Green+Blue) = 191+102+126=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF667E is #409981. Grayscale: #838383. Windows color (decimal): -4233602 or 8283839. OLE color: 8283839.

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

Color convert

RGB191102126-
CMYK00.470.340.25
HSL343.82º41.01%57.45%-
HSV(B)343.82º46.6%74.9%-
XYZ3022.0922.42-
YUV131.35124.99170.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=45.58%
G=24.34%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110212600.470.340.25343.8241.0157.45
HexBF667E02F22191582939
Octal27714617605742315305171
Binary1011111111001101111110010111110001011001101011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF667E; }

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

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

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

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

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

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

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

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