#BD647F

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

Shades of Tapestry #BD647F

Tints of Tapestry #BD647F

Color information

#BD647F (or 0xBD647F) is unknown color: approx Tapestry. HEX triplet: BD, 64 and 7F. RGB value is (189,100,127). Sum of RGB (Red+Green+Blue) = 189+100+127=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD647F is #429B80. Grayscale: #818181. Windows color (decimal): -4365185 or 8348861. OLE color: 8348861.

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

Color convert

RGB189100127-
CMYK00.470.330.26
HSL341.8º40.27%56.67%-
HSV(B)341.8º47.09%74.12%-
XYZ29.3721.4722.67-
YUV129.69126.49170.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 100 (39.45% from 255) = 24.04%
BLUE value IS 127 (50% from 255) = 30.53%
R=45.43%
G=24.04%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910012700.470.330.26341.840.2756.67
HexBD647F02F211A1562839
Octal27514417705741325265071
Binary1011110111001001111111010111110000111010101010110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD647F; }

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

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

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

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

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

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

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

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