#BB6875

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

Shades of Tapestry #BB6875

Tints of Tapestry #BB6875

Color information

#BB6875 (or 0xBB6875) is unknown color: approx Tapestry. HEX triplet: BB, 68 and 75. RGB value is (187,104,117). Sum of RGB (Red+Green+Blue) = 187+104+117=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6875 is #44978A. Grayscale: #828282. Windows color (decimal): -4495243 or 7694523. OLE color: 7694523.

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

Color convert

RGB187104117-
CMYK00.440.370.27
HSL350.6º37.9%57.06%-
HSV(B)350.6º44.39%73.33%-
XYZ28.6521.7519.52-
YUV130.3120.5168.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=45.83%
G=25.49%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710411700.440.370.27350.637.957.06
HexBB687502C251B15f2639
Octal27315016505445335374671
Binary1011101111010001110101010110010010111011101011111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6875; }

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

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

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

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

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

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

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

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