#BF667B

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

Shades of Tapestry #BF667B

Tints of Tapestry #BF667B

Color information

#BF667B (or 0xBF667B) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 7B. RGB value is (191,102,123). Sum of RGB (Red+Green+Blue) = 191+102+123=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF667B is #409984. Grayscale: #838383. Windows color (decimal): -4233605 or 8087231. OLE color: 8087231.

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

Color convert

RGB191102123-
CMYK00.470.360.25
HSL345.84º41.01%57.45%-
HSV(B)345.84º46.6%74.9%-
XYZ29.8122.0121.42-
YUV131123.49170.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=45.91%
G=24.52%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110212300.470.360.25345.8441.0157.45
HexBF667B02F241915a2939
Octal27714617305744315325171
Binary1011111111001101111011010111110010011001101011010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF667B; }

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

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

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

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

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

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

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

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