#BD708A

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

Shades of Tapestry #BD708A

Tints of Tapestry #BD708A

Color information

#BD708A (or 0xBD708A) is unknown color: approx Tapestry. HEX triplet: BD, 70 and 8A. RGB value is (189,112,138). Sum of RGB (Red+Green+Blue) = 189+112+138=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD708A is #428F75. Grayscale: #898989. Windows color (decimal): -4362102 or 9072829. OLE color: 9072829.

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

Color convert

RGB189112138-
CMYK00.410.270.26
HSL339.74º36.84%59.02%-
HSV(B)339.74º40.74%74.12%-
XYZ31.3724.2427.07-
YUV137.99128.01164.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=43.05%
G=25.51%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911213800.410.270.26339.7436.8459.02
HexBD708A0291B1A154253b
Octal27516021205133325244573
Binary1011110111100001000101001010011101111010101010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD708A; }

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

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

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

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

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

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

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

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