#BD747B

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

Shades of Tapestry #BD747B

Tints of Tapestry #BD747B

Color information

#BD747B (or 0xBD747B) is unknown color: approx Tapestry. HEX triplet: BD, 74 and 7B. RGB value is (189,116,123). Sum of RGB (Red+Green+Blue) = 189+116+123=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD747B is #428B84. Grayscale: #8A8A8A. Windows color (decimal): -4361093 or 8090813. OLE color: 8090813.

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

Color convert

RGB189116123-
CMYK00.390.350.26
HSL354.25º35.61%59.8%-
HSV(B)354.25º38.62%74.12%-
XYZ30.8124.7421.89-
YUV138.62119.18163.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 123 (48.44% from 255) = 28.74%
R=44.16%
G=27.10%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911612300.390.350.26354.2535.6159.8
HexBD747B027231A162243c
Octal27516417304743325424474
Binary1011110111101001111011010011110001111010101100010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD747B; }

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

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

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

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

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

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

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

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