#BB677E

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

Shades of Tapestry #BB677E

Tints of Tapestry #BB677E

Color information

#BB677E (or 0xBB677E) is unknown color: approx Tapestry. HEX triplet: BB, 67 and 7E. RGB value is (187,103,126). Sum of RGB (Red+Green+Blue) = 187+103+126=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB677E is #449881. Grayscale: #828282. Windows color (decimal): -4495490 or 8284091. OLE color: 8284091.

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

Color convert

RGB187103126-
CMYK00.450.330.27
HSL343.57º38.18%56.86%-
HSV(B)343.57º44.92%73.33%-
XYZ29.1121.7722.41-
YUV130.74125.33168.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=44.95%
G=24.76%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710312600.450.330.27343.5738.1856.86
HexBB677E02D211B1582639
Octal27314717605541335304671
Binary1011101111001111111110010110110000111011101011000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB677E; }

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

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

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

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

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

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

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

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