#BD6987

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

Shades of Tapestry #BD6987

Tints of Tapestry #BD6987

Color information

#BD6987 (or 0xBD6987) is unknown color: approx Tapestry. HEX triplet: BD, 69 and 87. RGB value is (189,105,135). Sum of RGB (Red+Green+Blue) = 189+105+135=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6987 is #429678. Grayscale: #858585. Windows color (decimal): -4363897 or 8874429. OLE color: 8874429.

HSL color Cylindrical-coordinate representation of color #BD6987: hue angle of 338.57º 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 #BD6987 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB189105135-
CMYK00.440.290.26
HSL338.57º38.89%57.65%-
HSV(B)338.57º44.44%74.12%-
XYZ30.4122.6725.69-
YUV133.54128.83167.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=44.06%
G=24.48%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910513500.440.290.26338.5738.8957.65
HexBD698702C1D1A153273a
Octal27515120705435325234772
Binary1011110111010011000011101011001110111010101010011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6987; }

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

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

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

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

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

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

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

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