#BD6877

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

Shades of Tapestry #BD6877

Tints of Tapestry #BD6877

Color information

#BD6877 (or 0xBD6877) is unknown color: approx Tapestry. HEX triplet: BD, 68 and 77. RGB value is (189,104,119). Sum of RGB (Red+Green+Blue) = 189+104+119=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6877 is #429788. Grayscale: #838383. Windows color (decimal): -4364169 or 7825597. OLE color: 7825597.

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

Color convert

RGB189104119-
CMYK00.450.370.26
HSL349.41º39.17%57.45%-
HSV(B)349.41º44.97%74.12%-
XYZ29.2722.0520.17-
YUV131.12121.16169.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=45.87%
G=25.24%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910411900.450.370.26349.4139.1757.45
HexBD687702D251A15d2739
Octal27515016705545325354771
Binary1011110111010001110111010110110010111010101011101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6877; }

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

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

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

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

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

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

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

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