#BD6688

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

Shades of Tapestry #BD6688

Tints of Tapestry #BD6688

Color information

#BD6688 (or 0xBD6688) is unknown color: approx Tapestry. HEX triplet: BD, 66 and 88. RGB value is (189,102,136). Sum of RGB (Red+Green+Blue) = 189+102+136=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6688 is #429977. Grayscale: #838383. Windows color (decimal): -4364664 or 8939197. OLE color: 8939197.

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

Color convert

RGB189102136-
CMYK00.460.280.26
HSL336.55º39.73%57.06%-
HSV(B)336.55º46.03%74.12%-
XYZ30.1822.125.97-
YUV131.89130.32168.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=44.26%
G=23.89%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910213600.460.280.26336.5539.7357.06
HexBD668802E1C1A1512839
Octal27514621005634325215071
Binary1011110111001101000100001011101110011010101010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6688; }

 p { color: rgb(189,102,136); }

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

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

 a { background-color: rgb(189,102,136); }

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

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

 span { border-color: rgb(189,102,136); }

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