#BD698B

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

Shades of Tapestry #BD698B

Tints of Tapestry #BD698B

Color information

#BD698B (or 0xBD698B) is unknown color: approx Tapestry. HEX triplet: BD, 69 and 8B. RGB value is (189,105,139). Sum of RGB (Red+Green+Blue) = 189+105+139=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD698B is #429674. Grayscale: #858585. Windows color (decimal): -4363893 or 9136573. OLE color: 9136573.

HSL color Cylindrical-coordinate representation of color #BD698B: hue angle of 335.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD698B is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189105139-
CMYK00.440.260.26
HSL335.71º38.89%57.65%-
HSV(B)335.71º44.44%74.12%-
XYZ30.722.7927.21-
YUV133.99130.83167.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=43.65%
G=24.25%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910513900.440.260.26335.7138.8957.65
HexBD698B02C1A1A150273a
Octal27515121305432325204772
Binary1011110111010011000101101011001101011010101010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD698B; }

 p { color: rgb(189,105,139); }

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

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

 a { background-color: rgb(189,105,139); }

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

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

 span { border-color: rgb(189,105,139); }

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