#BD7684

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

Shades of Tapestry #BD7684

Tints of Tapestry #BD7684

Color information

#BD7684 (or 0xBD7684) is unknown color: approx Tapestry. HEX triplet: BD, 76 and 84. RGB value is (189,118,132). Sum of RGB (Red+Green+Blue) = 189+118+132=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7684 is #42897B. Grayscale: #8C8C8C. Windows color (decimal): -4360572 or 8681149. OLE color: 8681149.

HSL color Cylindrical-coordinate representation of color #BD7684: hue angle of 348.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7684 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189118132-
CMYK00.380.300.26
HSL348.17º34.98%60.2%-
HSV(B)348.17º37.57%74.12%-
XYZ31.6325.4425.07-
YUV140.82123.02162.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 118 (46.48% from 255) = 26.88%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=43.05%
G=26.88%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911813200.380.300.26348.1734.9860.2
HexBD76840261E1A15c233c
Octal27516620404636325344374
Binary1011110111101101000010001001101111011010101011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7684; }

 p { color: rgb(189,118,132); }

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

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

 a { background-color: rgb(189,118,132); }

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

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

 span { border-color: rgb(189,118,132); }

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