#BD6087

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

Shades of Tapestry #BD6087

Tints of Tapestry #BD6087

Color information

#BD6087 (or 0xBD6087) is unknown color: approx Tapestry. HEX triplet: BD, 60 and 87. RGB value is (189,96,135). Sum of RGB (Red+Green+Blue) = 189+96+135=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6087 is #429F78. Grayscale: #808080. Windows color (decimal): -4366201 or 8872125. OLE color: 8872125.

HSL color Cylindrical-coordinate representation of color #BD6087: hue angle of 334.84º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6087 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB18996135-
CMYK00.490.290.26
HSL334.84º41.33%55.88%-
HSV(B)334.84º49.21%74.12%-
XYZ29.5420.9325.41-
YUV128.25131.81171.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=45%
G=22.86%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899613500.490.290.26334.8441.3355.88
HexBD60870311D1A14f2938
Octal27514020706135325175170
Binary1011110111000001000011101100011110111010101001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6087; }

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

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

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

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

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

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

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

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