#BB687F

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

Shades of Tapestry #BB687F

Tints of Tapestry #BB687F

Color information

#BB687F (or 0xBB687F) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 7F. RGB value is (187,104,127). Sum of RGB (Red+Green+Blue) = 187+104+127=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB687F is #449780. Grayscale: #838383. Windows color (decimal): -4495233 or 8349883. OLE color: 8349883.

HSL color Cylindrical-coordinate representation of color #BB687F: hue angle of 343.37º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB687F is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB187104127-
CMYK00.440.320.27
HSL343.37º37.9%57.06%-
HSV(B)343.37º44.39%73.33%-
XYZ29.272222.78-
YUV131.44125.5167.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 127 (50% from 255) = 30.38%
R=44.74%
G=24.88%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710412700.440.320.27343.3737.957.06
HexBB687F02C201B1572639
Octal27315017705440335274671
Binary1011101111010001111111010110010000011011101010111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB687F; }

 p { color: rgb(187,104,127); }

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

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

 a { background-color: rgb(187,104,127); }

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

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

 span { border-color: rgb(187,104,127); }

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