#BD7387

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

Shades of Tapestry #BD7387

Tints of Tapestry #BD7387

Color information

#BD7387 (or 0xBD7387) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 87. RGB value is (189,115,135). Sum of RGB (Red+Green+Blue) = 189+115+135=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7387 is #428C78. Grayscale: #8B8B8B. Windows color (decimal): -4361337 or 8876989. OLE color: 8876989.

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

Color convert

RGB189115135-
CMYK00.390.290.26
HSL343.78º35.92%59.61%-
HSV(B)343.78º39.15%74.12%-
XYZ31.4924.8326.05-
YUV139.41125.52163.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=43.05%
G=26.20%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911513500.390.290.26343.7835.9259.61
HexBD73870271D1A158243c
Octal27516320704735325304474
Binary1011110111100111000011101001111110111010101011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7387; }

 p { color: rgb(189,115,135); }

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

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

 a { background-color: rgb(189,115,135); }

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

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

 span { border-color: rgb(189,115,135); }

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