#BD7287

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

Shades of Tapestry #BD7287

Tints of Tapestry #BD7287

Color information

#BD7287 (or 0xBD7287) is unknown color: approx Tapestry. HEX triplet: BD, 72 and 87. RGB value is (189,114,135). Sum of RGB (Red+Green+Blue) = 189+114+135=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7287 is #428D78. Grayscale: #8A8A8A. Windows color (decimal): -4361593 or 8876733. OLE color: 8876733.

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

Color convert

RGB189114135-
CMYK00.400.290.26
HSL343.2º36.23%59.41%-
HSV(B)343.2º39.68%74.12%-
XYZ31.3824.626.02-
YUV138.82125.85163.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 114 (44.92% from 255) = 26.03%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=43.15%
G=26.03%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911413500.400.290.26343.236.2359.41
HexBD72870281D1A157243b
Octal27516220705035325274473
Binary1011110111100101000011101010001110111010101010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7287; }

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

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

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

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

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

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

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

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