#bd6a7f

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

Shades of Tapestry #BD6A7F

Tints of Tapestry #BD6A7F

Color information

#BD6A7F (or 0xBD6A7F) is unknown color: approx Tapestry. HEX triplet: BD, 6A and 7F. RGB value is (189,106,127). Sum of RGB (Red+Green+Blue) = 189+106+127=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A7F is #429580. Grayscale: #858585. Windows color (decimal): -4363649 or 8350397. OLE color: 8350397.

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

Color convert

RGB189106127-
CMYK00.440.330.26
HSL344.82º38.6%57.84%-
HSV(B)344.82º43.92%74.12%-
XYZ29.9722.6622.87-
YUV133.21124.5167.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 127 (50% from 255) = 30.09%
R=44.79%
G=25.12%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910612700.440.330.26344.8238.657.84
HexBD6A7F02C211A159273a
Octal27515217705441325314772
Binary1011110111010101111111010110010000111010101011001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6a7f; }

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

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

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

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

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

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

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

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