#BD7689

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

Shades of Tapestry #BD7689

Tints of Tapestry #BD7689

Color information

#BD7689 (or 0xBD7689) is unknown color: approx Tapestry. HEX triplet: BD, 76 and 89. RGB value is (189,118,137). Sum of RGB (Red+Green+Blue) = 189+118+137=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7689 is #428976. Grayscale: #8D8D8D. Windows color (decimal): -4360567 or 9008829. OLE color: 9008829.

HSL color Cylindrical-coordinate representation of color #BD7689: hue angle of 343.94º 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 #BD7689 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB189118137-
CMYK00.380.280.26
HSL343.94º34.98%60.2%-
HSV(B)343.94º37.57%74.12%-
XYZ31.9825.5826.92-
YUV141.39125.52161.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 118 (46.48% from 255) = 26.58%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=42.57%
G=26.58%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911813700.380.280.26343.9434.9860.2
HexBD76890261C1A158233c
Octal27516621104634325304374
Binary1011110111101101000100101001101110011010101011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7689; }

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

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

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

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

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

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

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

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