#BB678B

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

Shades of Tapestry #BB678B

Tints of Tapestry #BB678B

Color information

#BB678B (or 0xBB678B) is unknown color: approx Tapestry. HEX triplet: BB, 67 and 8B. RGB value is (187,103,139). Sum of RGB (Red+Green+Blue) = 187+103+139=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB678B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB678B is #449874. Grayscale: #848484. Windows color (decimal): -4495477 or 9136059. OLE color: 9136059.

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

Color convert

RGB187103139-
CMYK00.450.260.27
HSL334.29º38.18%56.86%-
HSV(B)334.29º44.92%73.33%-
XYZ3022.1327.12-
YUV132.22131.83167.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=43.59%
G=24.01%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710313900.450.260.27334.2938.1856.86
HexBB678B02D1A1B14e2639
Octal27314721305532335164671
Binary1011101111001111000101101011011101011011101001110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB678B; }

 p { color: rgb(187,103,139); }

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

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

 a { background-color: rgb(187,103,139); }

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

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

 span { border-color: rgb(187,103,139); }

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