#BD688B

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

Shades of Tapestry #BD688B

Tints of Tapestry #BD688B

Color information

#BD688B (or 0xBD688B) is unknown color: approx Tapestry. HEX triplet: BD, 68 and 8B. RGB value is (189,104,139). Sum of RGB (Red+Green+Blue) = 189+104+139=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD688B is #429774. Grayscale: #858585. Windows color (decimal): -4364149 or 9136317. OLE color: 9136317.

HSL color Cylindrical-coordinate representation of color #BD688B: hue angle of 335.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD688B is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB189104139-
CMYK00.450.260.26
HSL335.29º39.17%57.45%-
HSV(B)335.29º44.97%74.12%-
XYZ30.622.5827.17-
YUV133.4131.16167.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.75%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=43.75%
G=24.07%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910413900.450.260.26335.2939.1757.45
HexBD688B02D1A1A14f2739
Octal27515021305532325174771
Binary1011110111010001000101101011011101011010101001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD688B; }

 p { color: rgb(189,104,139); }

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

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

 a { background-color: rgb(189,104,139); }

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

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

 span { border-color: rgb(189,104,139); }

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