#BD7D84

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

Shades of Tapestry #BD7D84

Tints of Tapestry #BD7D84

Color information

#BD7D84 (or 0xBD7D84) is unknown color: approx Tapestry. HEX triplet: BD, 7D and 84. RGB value is (189,125,132). Sum of RGB (Red+Green+Blue) = 189+125+132=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D84 is #42827B. Grayscale: #909090. Windows color (decimal): -4358780 or 8682941. OLE color: 8682941.

HSL color Cylindrical-coordinate representation of color #BD7D84: hue angle of 353.44º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7D84 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189125132-
CMYK00.340.300.26
HSL353.44º32.65%61.57%-
HSV(B)353.44º33.86%74.12%-
XYZ32.4827.1525.36-
YUV144.93120.7159.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=42.38%
G=28.03%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912513200.340.300.26353.4432.6561.57
HexBD7D840221E1A161213e
Octal27517520404236325414176
Binary1011110111111011000010001000101111011010101100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D84; }

 p { color: rgb(189,125,132); }

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

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

 a { background-color: rgb(189,125,132); }

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

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

 span { border-color: rgb(189,125,132); }

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