#BF6B89

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

Shades of Tapestry #BF6B89

Tints of Tapestry #BF6B89

Color information

#BF6B89 (or 0xBF6B89) is unknown color: approx Tapestry. HEX triplet: BF, 6B and 89. RGB value is (191,107,137). Sum of RGB (Red+Green+Blue) = 191+107+137=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6B89 is #409476. Grayscale: #878787. Windows color (decimal): -4232311 or 9006015. OLE color: 9006015.

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

Color convert

RGB191107137-
CMYK00.440.280.25
HSL338.57º39.62%58.43%-
HSV(B)338.57º43.98%74.9%-
XYZ31.2623.426.54-
YUV135.54128.83167.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 107 (42.19% from 255) = 24.60%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=43.91%
G=24.60%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110713700.440.280.25338.5739.6258.43
HexBF6B8902C1C19153283a
Octal27715321105434315235072
Binary1011111111010111000100101011001110011001101010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6B89; }

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

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

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

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

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

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

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

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