#BF6C88

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

Shades of Tapestry #BF6C88

Tints of Tapestry #BF6C88

Color information

#BF6C88 (or 0xBF6C88) is unknown color: approx Tapestry. HEX triplet: BF, 6C and 88. RGB value is (191,108,136). Sum of RGB (Red+Green+Blue) = 191+108+136=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6C88 is #409377. Grayscale: #878787. Windows color (decimal): -4232056 or 8940735. OLE color: 8940735.

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

Color convert

RGB191108136-
CMYK00.430.290.25
HSL339.76º39.34%58.63%-
HSV(B)339.76º43.46%74.9%-
XYZ31.2923.5826.19-
YUV136.01128167.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 108 (42.58% from 255) = 24.83%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=43.91%
G=24.83%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110813600.430.290.25339.7639.3458.63
HexBF6C8802B1D19154273b
Octal27715421005335315244773
Binary1011111111011001000100001010111110111001101010100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6C88; }

 p { color: rgb(191,108,136); }

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

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

 a { background-color: rgb(191,108,136); }

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

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

 span { border-color: rgb(191,108,136); }

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