#BD7579

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

Shades of Tapestry #BD7579

Tints of Tapestry #BD7579

Color information

#BD7579 (or 0xBD7579) is unknown color: approx Tapestry. HEX triplet: BD, 75 and 79. RGB value is (189,117,121). Sum of RGB (Red+Green+Blue) = 189+117+121=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7579 is #428A86. Grayscale: #8B8B8B. Windows color (decimal): -4360839 or 7959997. OLE color: 7959997.

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

Color convert

RGB189117121-
CMYK00.380.360.26
HSL356.67º35.29%60%-
HSV(B)356.67º38.1%74.12%-
XYZ30.824.9221.28-
YUV138.98117.85163.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=44.26%
G=27.40%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911712100.380.360.26356.6735.2960
HexBD7579026241A165233c
Octal27516517104644325454374
Binary1011110111101011111001010011010010011010101100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7579; }

 p { color: rgb(189,117,121); }

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

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

 a { background-color: rgb(189,117,121); }

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

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

 span { border-color: rgb(189,117,121); }

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