#BF697D

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

Shades of Tapestry #BF697D

Tints of Tapestry #BF697D

Color information

#BF697D (or 0xBF697D) is unknown color: approx Tapestry. HEX triplet: BF, 69 and 7D. RGB value is (191,105,125). Sum of RGB (Red+Green+Blue) = 191+105+125=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF697D is #409682. Grayscale: #858585. Windows color (decimal): -4232835 or 8219071. OLE color: 8219071.

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

Color convert

RGB191105125-
CMYK00.450.350.25
HSL346.05º40.19%58.04%-
HSV(B)346.05º45.03%74.9%-
XYZ30.2422.6622.18-
YUV132.99123.49169.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 125 (49.22% from 255) = 29.69%
R=45.37%
G=24.94%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110512500.450.350.25346.0540.1958.04
HexBF697D02D231915a283a
Octal27715117505543315325072
Binary1011111111010011111101010110110001111001101011010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF697D; }

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

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

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

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

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

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

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

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