#BD6A8C

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

Shades of Tapestry #BD6A8C

Tints of Tapestry #BD6A8C

Color information

#BD6A8C (or 0xBD6A8C) is unknown color: approx Tapestry. HEX triplet: BD, 6A and 8C. RGB value is (189,106,140). Sum of RGB (Red+Green+Blue) = 189+106+140=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A8C is #429573. Grayscale: #868686. Windows color (decimal): -4363636 or 9202365. OLE color: 9202365.

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

Color convert

RGB189106140-
CMYK00.440.260.26
HSL335.42º38.6%57.84%-
HSV(B)335.42º43.92%74.12%-
XYZ30.8723.0227.63-
YUV134.69131166.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=43.45%
G=24.37%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910614000.440.260.26335.4238.657.84
HexBD6A8C02C1A1A14f273a
Octal27515221405432325174772
Binary1011110111010101000110001011001101011010101001111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A8C; }

 p { color: rgb(189,106,140); }

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

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

 a { background-color: rgb(189,106,140); }

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

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

 span { border-color: rgb(189,106,140); }

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