#BD6880

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

Shades of Tapestry #BD6880

Tints of Tapestry #BD6880

Color information

#BD6880 (or 0xBD6880) is unknown color: approx Tapestry. HEX triplet: BD, 68 and 80. RGB value is (189,104,128). Sum of RGB (Red+Green+Blue) = 189+104+128=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6880 is #42977F. Grayscale: #848484. Windows color (decimal): -4364160 or 8415421. OLE color: 8415421.

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

Color convert

RGB189104128-
CMYK00.450.320.26
HSL343.06º39.17%57.45%-
HSV(B)343.06º44.97%74.12%-
XYZ29.8322.2823.15-
YUV132.15125.66168.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=44.89%
G=24.70%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910412800.450.320.26343.0639.1757.45
HexBD688002D201A1572739
Octal27515020005540325274771
Binary10111101110100010000000010110110000011010101010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6880; }

 p { color: rgb(189,104,128); }

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

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

 a { background-color: rgb(189,104,128); }

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

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

 span { border-color: rgb(189,104,128); }

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