#BD7F8D

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

Shades of Tapestry #BD7F8D

Tints of Tapestry #BD7F8D

Color information

#BD7F8D (or 0xBD7F8D) is unknown color: approx Tapestry. HEX triplet: BD, 7F and 8D. RGB value is (189,127,141). Sum of RGB (Red+Green+Blue) = 189+127+141=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F8D is #428072. Grayscale: #939393. Windows color (decimal): -4358259 or 9273277. OLE color: 9273277.

HSL color Cylindrical-coordinate representation of color #BD7F8D: hue angle of 346.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7F8D is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189127141-
CMYK00.330.250.26
HSL346.45º31.96%61.96%-
HSV(B)346.45º32.8%74.12%-
XYZ33.3827.9228.83-
YUV147.13124.54157.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=41.36%
G=27.79%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912714100.330.250.26346.4531.9661.96
HexBD7F8D021191A15a203e
Octal27517721504131325324076
Binary1011110111111111000110101000011100111010101011010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F8D; }

 p { color: rgb(189,127,141); }

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

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

 a { background-color: rgb(189,127,141); }

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

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

 span { border-color: rgb(189,127,141); }

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