#BD7079

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

Shades of Tapestry #BD7079

Tints of Tapestry #BD7079

Color information

#BD7079 (or 0xBD7079) is unknown color: approx Tapestry. HEX triplet: BD, 70 and 79. RGB value is (189,112,121). Sum of RGB (Red+Green+Blue) = 189+112+121=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7079 is #428F86. Grayscale: #888888. Windows color (decimal): -4362119 or 7958717. OLE color: 7958717.

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

Color convert

RGB189112121-
CMYK00.410.360.26
HSL352.99º36.84%59.02%-
HSV(B)352.99º40.74%74.12%-
XYZ30.2323.7921.09-
YUV136.05119.51165.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 121 (47.66% from 255) = 28.67%
R=44.79%
G=26.54%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911212100.410.360.26352.9936.8459.02
HexBD7079029241A161253b
Octal27516017105144325414573
Binary1011110111100001111001010100110010011010101100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7079; }

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

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

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

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

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

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

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

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