#BB5F86

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

Shades of Tapestry #BB5F86

Tints of Tapestry #BB5F86

Color information

#BB5F86 (or 0xBB5F86) is unknown color: approx Tapestry. HEX triplet: BB, 5F and 86. RGB value is (187,95,134). Sum of RGB (Red+Green+Blue) = 187+95+134=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5F86 is #44A079. Grayscale: #7E7E7E. Windows color (decimal): -4497530 or 8806331. OLE color: 8806331.

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

Color convert

RGB18795134-
CMYK00.490.280.27
HSL334.57º40.35%55.29%-
HSV(B)334.57º49.2%73.33%-
XYZ28.8920.4724.98-
YUV126.95131.98170.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 134 (52.73% from 255) = 32.21%
R=44.95%
G=22.84%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879513400.490.280.27334.5740.3555.29
HexBB5F860311C1B14f2837
Octal27313720606134335175067
Binary1011101110111111000011001100011110011011101001111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5F86; }

 p { color: rgb(187,95,134); }

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

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

 a { background-color: rgb(187,95,134); }

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

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

 span { border-color: rgb(187,95,134); }

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