#BD6E8B

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

Shades of Tapestry #BD6E8B

Tints of Tapestry #BD6E8B

Color information

#BD6E8B (or 0xBD6E8B) is unknown color: approx Tapestry. HEX triplet: BD, 6E and 8B. RGB value is (189,110,139). Sum of RGB (Red+Green+Blue) = 189+110+139=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6E8B is #429174. Grayscale: #888888. Windows color (decimal): -4362613 or 9137853. OLE color: 9137853.

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

Color convert

RGB189110139-
CMYK00.420.260.26
HSL337.97º37.44%58.63%-
HSV(B)337.97º41.8%74.12%-
XYZ31.2223.8327.38-
YUV136.93129.17165.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=43.15%
G=25.11%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911013900.420.260.26337.9737.4458.63
HexBD6E8B02A1A1A152253b
Octal27515621305232325224573
Binary1011110111011101000101101010101101011010101010010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6E8B; }

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

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

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

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

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

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

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

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