#BD747F

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

Shades of Tapestry #BD747F

Tints of Tapestry #BD747F

Color information

#BD747F (or 0xBD747F) is unknown color: approx Tapestry. HEX triplet: BD, 74 and 7F. RGB value is (189,116,127). Sum of RGB (Red+Green+Blue) = 189+116+127=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747F is #428B80. Grayscale: #8B8B8B. Windows color (decimal): -4361089 or 8352957. OLE color: 8352957.

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

Color convert

RGB189116127-
CMYK00.390.330.26
HSL350.96º35.61%59.8%-
HSV(B)350.96º38.62%74.12%-
XYZ31.0624.8423.24-
YUV139.08121.18163.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 127 (50% from 255) = 29.40%
R=43.75%
G=26.85%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911612700.390.330.26350.9635.6159.8
HexBD747F027211A15f243c
Octal27516417704741325374474
Binary1011110111101001111111010011110000111010101011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD747F; }

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

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

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

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

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

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

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

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