#BD7C7D

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

Shades of Tapestry #BD7C7D

Tints of Tapestry #BD7C7D

Color information

#BD7C7D (or 0xBD7C7D) is unknown color: approx Tapestry. HEX triplet: BD, 7C and 7D. RGB value is (189,124,125). Sum of RGB (Red+Green+Blue) = 189+124+125=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7C7D is #428382. Grayscale: #8F8F8F. Windows color (decimal): -4359043 or 8223933. OLE color: 8223933.

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

Color convert

RGB189124125-
CMYK00.340.340.26
HSL359.08º32.99%61.37%-
HSV(B)359.08º34.39%74.12%-
XYZ31.926.7122.88-
YUV143.55117.53160.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 124 (48.83% from 255) = 28.31%
BLUE value IS 125 (49.22% from 255) = 28.54%
R=43.15%
G=28.31%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912412500.340.340.26359.0832.9961.37
HexBD7C7D022221A167213d
Octal27517417504242325474175
Binary1011110111111001111101010001010001011010101100111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C7D; }

 p { color: rgb(189,124,125); }

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

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

 a { background-color: rgb(189,124,125); }

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

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

 span { border-color: rgb(189,124,125); }

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