#BB677B

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

Shades of Tapestry #BB677B

Tints of Tapestry #BB677B

Color information

#BB677B (or 0xBB677B) is unknown color: approx Tapestry. HEX triplet: BB, 67 and 7B. RGB value is (187,103,123). Sum of RGB (Red+Green+Blue) = 187+103+123=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB677B is #449884. Grayscale: #828282. Windows color (decimal): -4495493 or 8087483. OLE color: 8087483.

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

Color convert

RGB187103123-
CMYK00.450.340.27
HSL345.71º38.18%56.86%-
HSV(B)345.71º44.92%73.33%-
XYZ28.9221.721.4-
YUV130.4123.83168.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 103 (40.62% from 255) = 24.94%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=45.28%
G=24.94%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710312300.450.340.27345.7138.1856.86
HexBB677B02D221B15a2639
Octal27314717305542335324671
Binary1011101111001111111011010110110001011011101011010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB677B; }

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

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

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

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

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

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

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

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