#BD687F

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

Shades of Tapestry #BD687F

Tints of Tapestry #BD687F

Color information

#BD687F (or 0xBD687F) is unknown color: approx Tapestry. HEX triplet: BD, 68 and 7F. RGB value is (189,104,127). Sum of RGB (Red+Green+Blue) = 189+104+127=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD687F is #429780. Grayscale: #848484. Windows color (decimal): -4364161 or 8349885. OLE color: 8349885.

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

Color convert

RGB189104127-
CMYK00.450.330.26
HSL343.76º39.17%57.45%-
HSV(B)343.76º44.97%74.12%-
XYZ29.7722.2522.8-
YUV132.04125.16168.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 127 (50% from 255) = 30.24%
R=45%
G=24.76%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910412700.450.330.26343.7639.1757.45
HexBD687F02D211A1582739
Octal27515017705541325304771
Binary1011110111010001111111010110110000111010101011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD687F; }

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

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

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

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

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

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

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

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