#BB678C

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

Shades of Tapestry #BB678C

Tints of Tapestry #BB678C

Color information

#BB678C (or 0xBB678C) is unknown color: approx Tapestry. HEX triplet: BB, 67 and 8C. RGB value is (187,103,140). Sum of RGB (Red+Green+Blue) = 187+103+140=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB678C is #449873. Grayscale: #848484. Windows color (decimal): -4495476 or 9201595. OLE color: 9201595.

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

Color convert

RGB187103140-
CMYK00.450.250.27
HSL333.57º38.18%56.86%-
HSV(B)333.57º44.92%73.33%-
XYZ30.0822.1627.5-
YUV132.33132.33166.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.49%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=43.49%
G=23.95%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710314000.450.250.27333.5738.1856.86
HexBB678C02D191B14e2639
Octal27314721405531335164671
Binary1011101111001111000110001011011100111011101001110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB678C; }

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

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

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

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

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

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

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

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