#BF6883

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

Shades of Tapestry #BF6883

Tints of Tapestry #BF6883

Color information

#BF6883 (or 0xBF6883) is unknown color: approx Tapestry. HEX triplet: BF, 68 and 83. RGB value is (191,104,131). Sum of RGB (Red+Green+Blue) = 191+104+131=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6883 is #40977C. Grayscale: #858585. Windows color (decimal): -4233085 or 8612031. OLE color: 8612031.

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

Color convert

RGB191104131-
CMYK00.460.310.25
HSL341.38º40.47%57.84%-
HSV(B)341.38º45.55%74.9%-
XYZ30.5322.6224.23-
YUV133.09126.82169.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=44.84%
G=24.41%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110413100.460.310.25341.3840.4757.84
HexBF688302E1F19155283a
Octal27715020305637315255072
Binary1011111111010001000001101011101111111001101010101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6883; }

 p { color: rgb(191,104,131); }

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

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

 a { background-color: rgb(191,104,131); }

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

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

 span { border-color: rgb(191,104,131); }

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