#BD707F

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

Shades of Tapestry #BD707F

Tints of Tapestry #BD707F

Color information

#BD707F (or 0xBD707F) is unknown color: approx Tapestry. HEX triplet: BD, 70 and 7F. RGB value is (189,112,127). Sum of RGB (Red+Green+Blue) = 189+112+127=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD707F is #428F80. Grayscale: #888888. Windows color (decimal): -4362113 or 8351933. OLE color: 8351933.

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

Color convert

RGB189112127-
CMYK00.410.330.26
HSL348.31º36.84%59.02%-
HSV(B)348.31º40.74%74.12%-
XYZ30.6123.9423.09-
YUV136.73122.51165.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 127 (50% from 255) = 29.67%
R=44.16%
G=26.17%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911212700.410.330.26348.3136.8459.02
HexBD707F029211A15c253b
Octal27516017705141325344573
Binary1011110111100001111111010100110000111010101011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD707F; }

 p { color: rgb(189,112,127); }

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

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

 a { background-color: rgb(189,112,127); }

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

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

 span { border-color: rgb(189,112,127); }

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