#BD798F

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

Shades of Tapestry #BD798F

Tints of Tapestry #BD798F

Color information

#BD798F (or 0xBD798F) is unknown color: approx Tapestry. HEX triplet: BD, 79 and 8F. RGB value is (189,121,143). Sum of RGB (Red+Green+Blue) = 189+121+143=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BD798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD798F is #428670. Grayscale: #8F8F8F. Windows color (decimal): -4359793 or 9402813. OLE color: 9402813.

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

Color convert

RGB189121143-
CMYK00.360.240.26
HSL340.59º34%60.78%-
HSV(B)340.59º35.98%74.12%-
XYZ32.7826.4829.37-
YUV143.84127.53160.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=41.72%
G=26.71%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912114300.360.240.26340.593460.78
HexBD798F024181A155223d
Octal27517121704430325254275
Binary1011110111110011000111101001001100011010101010101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD798F; }

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

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

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

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

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

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

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

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