#BF698A

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

Shades of Tapestry #BF698A

Tints of Tapestry #BF698A

Color information

#BF698A (or 0xBF698A) is unknown color: approx Tapestry. HEX triplet: BF, 69 and 8A. RGB value is (191,105,138). Sum of RGB (Red+Green+Blue) = 191+105+138=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF698A is #409675. Grayscale: #868686. Windows color (decimal): -4232822 or 9071039. OLE color: 9071039.

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

Color convert

RGB191105138-
CMYK00.450.280.25
HSL336.98º40.19%58.04%-
HSV(B)336.98º45.03%74.9%-
XYZ31.1223.0126.85-
YUV134.48129.99168.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=44.01%
G=24.19%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110513800.450.280.25336.9840.1958.04
HexBF698A02D1C19151283a
Octal27715121205534315215072
Binary1011111111010011000101001011011110011001101010001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF698A; }

 p { color: rgb(191,105,138); }

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

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

 a { background-color: rgb(191,105,138); }

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

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

 span { border-color: rgb(191,105,138); }

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