#BD627C

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

Shades of Tapestry #BD627C

Tints of Tapestry #BD627C

Color information

#BD627C (or 0xBD627C) is unknown color: approx Tapestry. HEX triplet: BD, 62 and 7C. RGB value is (189,98,124). Sum of RGB (Red+Green+Blue) = 189+98+124=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD627C is #429D83. Grayscale: #808080. Windows color (decimal): -4365700 or 8151741. OLE color: 8151741.

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

Color convert

RGB18998124-
CMYK00.480.340.26
HSL342.86º40.81%56.27%-
HSV(B)342.86º48.15%74.12%-
XYZ28.9921.0121.6-
YUV128.17125.65171.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 98 (38.67% from 255) = 23.84%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=45.99%
G=23.84%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899812400.480.340.26342.8640.8156.27
HexBD627C030221A1572938
Octal27514217406042325275170
Binary1011110111000101111100011000010001011010101010111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD627C; }

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

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

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

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

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

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

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

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