#BD6A88

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

Shades of Tapestry #BD6A88

Tints of Tapestry #BD6A88

Color information

#BD6A88 (or 0xBD6A88) is unknown color: approx Tapestry. HEX triplet: BD, 6A and 88. RGB value is (189,106,136). Sum of RGB (Red+Green+Blue) = 189+106+136=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A88 is #429577. Grayscale: #868686. Windows color (decimal): -4363640 or 8940221. OLE color: 8940221.

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

Color convert

RGB189106136-
CMYK00.440.280.26
HSL338.31º38.6%57.84%-
HSV(B)338.31º43.92%74.12%-
XYZ30.5822.926.1-
YUV134.24129167.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=43.85%
G=24.59%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910613600.440.280.26338.3138.657.84
HexBD6A8802C1C1A152273a
Octal27515221005434325224772
Binary1011110111010101000100001011001110011010101010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6A88; }

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

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

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

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

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

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

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

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