#BD627D

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

Shades of Tapestry #BD627D

Tints of Tapestry #BD627D

Color information

#BD627D (or 0xBD627D) is unknown color: approx Tapestry. HEX triplet: BD, 62 and 7D. RGB value is (189,98,125). Sum of RGB (Red+Green+Blue) = 189+98+125=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD627D is #429D82. Grayscale: #808080. Windows color (decimal): -4365699 or 8217277. OLE color: 8217277.

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

Color convert

RGB18998125-
CMYK00.480.340.26
HSL342.2º40.81%56.27%-
HSV(B)342.2º48.15%74.12%-
XYZ29.0621.0321.93-
YUV128.29126.15171.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 98 (38.67% from 255) = 23.79%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=45.87%
G=23.79%
B=30.34%

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
Decimal1899812500.480.340.26342.240.8156.27
HexBD627D030221A1562938
Octal27514217506042325265170
Binary1011110111000101111101011000010001011010101010110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD627D; }

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

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

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

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

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

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

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

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