#BF6675

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

Shades of Tapestry #BF6675

Tints of Tapestry #BF6675

Color information

#BF6675 (or 0xBF6675) is unknown color: approx Tapestry. HEX triplet: BF, 66 and 75. RGB value is (191,102,117). Sum of RGB (Red+Green+Blue) = 191+102+117=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6675 is #40998A. Grayscale: #828282. Windows color (decimal): -4233611 or 7694015. OLE color: 7694015.

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

Color convert

RGB191102117-
CMYK00.470.390.25
HSL349.89º41.01%57.45%-
HSV(B)349.89º46.6%74.9%-
XYZ29.4521.8619.5-
YUV130.32120.49171.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 117 (46.09% from 255) = 28.54%
R=46.59%
G=24.88%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110211700.470.390.25349.8941.0157.45
HexBF667502F271915e2939
Octal27714616505747315365171
Binary1011111111001101110101010111110011111001101011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6675; }

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

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

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

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

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

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

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

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