#BD757E

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

Shades of Tapestry #BD757E

Tints of Tapestry #BD757E

Color information

#BD757E (or 0xBD757E) is unknown color: approx Tapestry. HEX triplet: BD, 75 and 7E. RGB value is (189,117,126). Sum of RGB (Red+Green+Blue) = 189+117+126=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD757E is #428A81. Grayscale: #8B8B8B. Windows color (decimal): -4360834 or 8287677. OLE color: 8287677.

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

Color convert

RGB189117126-
CMYK00.380.330.26
HSL352.5º35.29%60%-
HSV(B)352.5º38.1%74.12%-
XYZ31.1125.0522.93-
YUV139.55120.35163.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 126 (49.61% from 255) = 29.17%
R=43.75%
G=27.08%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911712600.380.330.26352.535.2960
HexBD757E026211A160233c
Octal27516517604641325404374
Binary1011110111101011111110010011010000111010101100000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD757E; }

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

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

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

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

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

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

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

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