#BD7388

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

Shades of Tapestry #BD7388

Tints of Tapestry #BD7388

Color information

#BD7388 (or 0xBD7388) is unknown color: approx Tapestry. HEX triplet: BD, 73 and 88. RGB value is (189,115,136). Sum of RGB (Red+Green+Blue) = 189+115+136=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7388 is #428C77. Grayscale: #8B8B8B. Windows color (decimal): -4361336 or 8942525. OLE color: 8942525.

HSL color Cylindrical-coordinate representation of color #BD7388: hue angle of 342.97º 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 #BD7388 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB189115136-
CMYK00.390.280.26
HSL342.97º35.92%59.61%-
HSV(B)342.97º39.15%74.12%-
XYZ31.5624.8626.43-
YUV139.52126.02163.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.95%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=42.95%
G=26.14%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911513600.390.280.26342.9735.9259.61
HexBD73880271C1A157243c
Octal27516321004734325274474
Binary1011110111100111000100001001111110011010101010111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7388; }

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

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

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

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

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

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

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

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