#BD657E

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

Shades of Tapestry #BD657E

Tints of Tapestry #BD657E

Color information

#BD657E (or 0xBD657E) is unknown color: approx Tapestry. HEX triplet: BD, 65 and 7E. RGB value is (189,101,126). Sum of RGB (Red+Green+Blue) = 189+101+126=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD657E is #429A81. Grayscale: #828282. Windows color (decimal): -4364930 or 8283581. OLE color: 8283581.

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

Color convert

RGB189101126-
CMYK00.470.330.26
HSL342.95º40%56.86%-
HSV(B)342.95º46.56%74.12%-
XYZ29.4121.6322.36-
YUV130.16125.65169.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=45.43%
G=24.28%
B=30.29%

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
Decimal18910112600.470.330.26342.954056.86
HexBD657E02F211A1572839
Octal27514517605741325275071
Binary1011110111001011111110010111110000111010101010111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD657E; }

 p { color: rgb(189,101,126); }

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

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

 a { background-color: rgb(189,101,126); }

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

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

 span { border-color: rgb(189,101,126); }

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