#BB6B86

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

Shades of Tapestry #BB6B86

Tints of Tapestry #BB6B86

Color information

#BB6B86 (or 0xBB6B86) is unknown color: approx Tapestry. HEX triplet: BB, 6B and 86. RGB value is (187,107,134). Sum of RGB (Red+Green+Blue) = 187+107+134=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6B86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6B86 is #449479. Grayscale: #858585. Windows color (decimal): -4494458 or 8809403. OLE color: 8809403.

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

Color convert

RGB187107134-
CMYK00.430.280.27
HSL339.75º37.04%57.65%-
HSV(B)339.75º42.78%73.33%-
XYZ30.0522.825.37-
YUV134128165.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 134 (52.73% from 255) = 31.31%
R=43.69%
G=25%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710713400.430.280.27339.7537.0457.65
HexBB6B8602B1C1B154253a
Octal27315320605334335244572
Binary1011101111010111000011001010111110011011101010100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6B86; }

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

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

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

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

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

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

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

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