#BD6188

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

Shades of Tapestry #BD6188

Tints of Tapestry #BD6188

Color information

#BD6188 (or 0xBD6188) is unknown color: approx Tapestry. HEX triplet: BD, 61 and 88. RGB value is (189,97,136). Sum of RGB (Red+Green+Blue) = 189+97+136=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6188 is #429E77. Grayscale: #808080. Windows color (decimal): -4365944 or 8937917. OLE color: 8937917.

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

Color convert

RGB18997136-
CMYK00.490.280.26
HSL334.57º41.07%56.08%-
HSV(B)334.57º48.68%74.12%-
XYZ29.721.1525.81-
YUV128.95131.98170.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=44.79%
G=22.99%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899713600.490.280.26334.5741.0756.08
HexBD61880311C1A14f2938
Octal27514121006134325175170
Binary1011110111000011000100001100011110011010101001111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6188; }

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

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

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

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

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

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

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

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