#BD757A

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

Shades of Tapestry #BD757A

Tints of Tapestry #BD757A

Color information

#BD757A (or 0xBD757A) is unknown color: approx Tapestry. HEX triplet: BD, 75 and 7A. RGB value is (189,117,122). Sum of RGB (Red+Green+Blue) = 189+117+122=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD757A is #428A85. Grayscale: #8B8B8B. Windows color (decimal): -4360838 or 8025533. OLE color: 8025533.

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

Color convert

RGB189117122-
CMYK00.380.350.26
HSL355.83º35.29%60%-
HSV(B)355.83º38.1%74.12%-
XYZ30.8624.9521.6-
YUV139.1118.35163.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=44.16%
G=27.34%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911712200.380.350.26355.8335.2960
HexBD757A026231A164233c
Octal27516517204643325444374
Binary1011110111101011111010010011010001111010101100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD757A; }

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

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

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

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

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

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

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

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