#BD6A76

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

Shades of Tapestry #BD6A76

Tints of Tapestry #BD6A76

Color information

#BD6A76 (or 0xBD6A76) is unknown color: approx Tapestry. HEX triplet: BD, 6A and 76. RGB value is (189,106,118). Sum of RGB (Red+Green+Blue) = 189+106+118=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A76 is #429589. Grayscale: #848484. Windows color (decimal): -4363658 or 7760573. OLE color: 7760573.

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

Color convert

RGB189106118-
CMYK00.440.380.26
HSL351.33º38.6%57.84%-
HSV(B)351.33º43.92%74.12%-
XYZ29.4122.4319.92-
YUV132.18120168.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=45.76%
G=25.67%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910611800.440.380.26351.3338.657.84
HexBD6A7602C261A15f273a
Octal27515216605446325374772
Binary1011110111010101110110010110010011011010101011111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A76; }

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

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

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

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

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

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

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

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