#BB697B

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

Shades of Tapestry #BB697B

Tints of Tapestry #BB697B

Color information

#BB697B (or 0xBB697B) is unknown color: approx Tapestry. HEX triplet: BB, 69 and 7B. RGB value is (187,105,123). Sum of RGB (Red+Green+Blue) = 187+105+123=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB697B is #449684. Grayscale: #838383. Windows color (decimal): -4494981 or 8087995. OLE color: 8087995.

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

Color convert

RGB187105123-
CMYK00.440.340.27
HSL346.83º37.61%57.25%-
HSV(B)346.83º43.85%73.33%-
XYZ29.1222.121.47-
YUV131.57123.17167.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 123 (48.44% from 255) = 29.64%
R=45.06%
G=25.30%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710512300.440.340.27346.8337.6157.25
HexBB697B02C221B15b2639
Octal27315117305442335334671
Binary1011101111010011111011010110010001011011101011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB697B; }

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

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

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

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

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

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

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

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