#BD7790

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

Shades of Tapestry #BD7790

Tints of Tapestry #BD7790

Color information

#BD7790 (or 0xBD7790) is unknown color: approx Tapestry. HEX triplet: BD, 77 and 90. RGB value is (189,119,144). Sum of RGB (Red+Green+Blue) = 189+119+144=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7790 is #42886F. Grayscale: #8E8E8E. Windows color (decimal): -4360304 or 9467837. OLE color: 9467837.

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

Color convert

RGB189119144-
CMYK00.370.240.26
HSL338.57º34.65%60.39%-
HSV(B)338.57º37.04%74.12%-
XYZ32.6226.0329.69-
YUV142.78128.69160.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=41.81%
G=26.33%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911914400.370.240.26338.5734.6560.39
HexBD7790025181A153233c
Octal27516722004530325234374
Binary1011110111101111001000001001011100011010101010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7790; }

 p { color: rgb(189,119,144); }

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

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

 a { background-color: rgb(189,119,144); }

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

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

 span { border-color: rgb(189,119,144); }

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