#BD6876

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

Shades of Tapestry #BD6876

Tints of Tapestry #BD6876

Color information

#BD6876 (or 0xBD6876) is unknown color: approx Tapestry. HEX triplet: BD, 68 and 76. RGB value is (189,104,118). Sum of RGB (Red+Green+Blue) = 189+104+118=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6876 is #429789. Grayscale: #838383. Windows color (decimal): -4364170 or 7760061. OLE color: 7760061.

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

Color convert

RGB189104118-
CMYK00.450.380.26
HSL350.12º39.17%57.45%-
HSV(B)350.12º44.97%74.12%-
XYZ29.2122.0319.85-
YUV131.01120.66169.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=45.99%
G=25.30%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910411800.450.380.26350.1239.1757.45
HexBD687602D261A15e2739
Octal27515016605546325364771
Binary1011110111010001110110010110110011011010101011110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6876; }

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

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

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

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

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

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

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

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