#BD7F85

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

Shades of Tapestry #BD7F85

Tints of Tapestry #BD7F85

Color information

#BD7F85 (or 0xBD7F85) is unknown color: approx Tapestry. HEX triplet: BD, 7F and 85. RGB value is (189,127,133). Sum of RGB (Red+Green+Blue) = 189+127+133=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7F85 is #42807A. Grayscale: #929292. Windows color (decimal): -4358267 or 8748989. OLE color: 8748989.

HSL color Cylindrical-coordinate representation of color #BD7F85: hue angle of 354.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7F85 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB189127133-
CMYK00.330.300.26
HSL354.19º31.96%61.96%-
HSV(B)354.19º32.8%74.12%-
XYZ32.8127.6925.81-
YUV146.22120.54158.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=42.09%
G=28.29%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912713300.330.300.26354.1931.9661.96
HexBD7F850211E1A162203e
Octal27517720504136325424076
Binary1011110111111111000010101000011111011010101100010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7F85; }

 p { color: rgb(189,127,133); }

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

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

 a { background-color: rgb(189,127,133); }

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

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

 span { border-color: rgb(189,127,133); }

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