#BD6676

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

Shades of Tapestry #BD6676

Tints of Tapestry #BD6676

Color information

#BD6676 (or 0xBD6676) is unknown color: approx Tapestry. HEX triplet: BD, 66 and 76. RGB value is (189,102,118). Sum of RGB (Red+Green+Blue) = 189+102+118=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6676 is #429989. Grayscale: #818181. Windows color (decimal): -4364682 or 7759549. OLE color: 7759549.

HSL color Cylindrical-coordinate representation of color #BD6676: hue angle of 348.97º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6676 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB189102118-
CMYK00.460.380.26
HSL348.97º39.73%57.06%-
HSV(B)348.97º46.03%74.12%-
XYZ29.0121.6319.79-
YUV129.84121.32170.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=46.21%
G=24.94%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910211800.460.380.26348.9739.7357.06
HexBD667602E261A15d2839
Octal27514616605646325355071
Binary1011110111001101110110010111010011011010101011101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6676; }

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

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

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

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

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

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

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

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