#BD6A8A

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

Shades of Tapestry #BD6A8A

Tints of Tapestry #BD6A8A

Color information

#BD6A8A (or 0xBD6A8A) is unknown color: approx Tapestry. HEX triplet: BD, 6A and 8A. RGB value is (189,106,138). Sum of RGB (Red+Green+Blue) = 189+106+138=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A8A is #429575. Grayscale: #868686. Windows color (decimal): -4363638 or 9071293. OLE color: 9071293.

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

Color convert

RGB189106138-
CMYK00.440.270.26
HSL336.87º38.6%57.84%-
HSV(B)336.87º43.92%74.12%-
XYZ30.7322.9626.86-
YUV134.46130166.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=43.65%
G=24.48%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910613800.440.270.26336.8738.657.84
HexBD6A8A02C1B1A151273a
Octal27515221205433325214772
Binary1011110111010101000101001011001101111010101010001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A8A; }

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

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

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

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

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

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

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

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