#BF6B75

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

Shades of Tapestry #BF6B75

Tints of Tapestry #BF6B75

Color information

#BF6B75 (or 0xBF6B75) is unknown color: approx Tapestry. HEX triplet: BF, 6B and 75. RGB value is (191,107,117). Sum of RGB (Red+Green+Blue) = 191+107+117=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6B75 is #40948A. Grayscale: #858585. Windows color (decimal): -4232331 or 7695295. OLE color: 7695295.

HSL color Cylindrical-coordinate representation of color #BF6B75: hue angle of 352.86º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6B75 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB191107117-
CMYK00.440.390.25
HSL352.86º39.62%58.43%-
HSV(B)352.86º43.98%74.9%-
XYZ29.9522.8819.67-
YUV133.26118.83169.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=46.02%
G=25.78%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110711700.440.390.25352.8639.6258.43
HexBF6B7502C2719161283a
Octal27715316505447315415072
Binary1011111111010111110101010110010011111001101100001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B75; }

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

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

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

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

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

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

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

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