#BD7685

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

Shades of Tapestry #BD7685

Tints of Tapestry #BD7685

Color information

#BD7685 (or 0xBD7685) is unknown color: approx Tapestry. HEX triplet: BD, 76 and 85. RGB value is (189,118,133). Sum of RGB (Red+Green+Blue) = 189+118+133=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7685 is #42897A. Grayscale: #8C8C8C. Windows color (decimal): -4360571 or 8746685. OLE color: 8746685.

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

Color convert

RGB189118133-
CMYK00.380.300.26
HSL347.32º34.98%60.2%-
HSV(B)347.32º37.57%74.12%-
XYZ31.725.4725.44-
YUV140.94123.52162.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=42.95%
G=26.82%
B=30.23%

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
Decimal18911813300.380.300.26347.3234.9860.2
HexBD76850261E1A15b233c
Octal27516620504636325334374
Binary1011110111101101000010101001101111011010101011011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7685; }

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

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

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

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

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

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

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

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