#BD687A

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

Shades of Tapestry #BD687A

Tints of Tapestry #BD687A

Color information

#BD687A (or 0xBD687A) is unknown color: approx Tapestry. HEX triplet: BD, 68 and 7A. RGB value is (189,104,122). Sum of RGB (Red+Green+Blue) = 189+104+122=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD687A is #429785. Grayscale: #838383. Windows color (decimal): -4364166 or 8022205. OLE color: 8022205.

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

Color convert

RGB189104122-
CMYK00.450.350.26
HSL347.29º39.17%57.45%-
HSV(B)347.29º44.97%74.12%-
XYZ29.4522.1221.13-
YUV131.47122.66169.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.54%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=45.54%
G=25.06%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910412200.450.350.26347.2939.1757.45
HexBD687A02D231A15b2739
Octal27515017205543325334771
Binary1011110111010001111010010110110001111010101011011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD687A; }

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

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

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

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

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

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

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

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