#BB698C

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

Shades of Tapestry #BB698C

Tints of Tapestry #BB698C

Color information

#BB698C (or 0xBB698C) is unknown color: approx Tapestry. HEX triplet: BB, 69 and 8C. RGB value is (187,105,140). Sum of RGB (Red+Green+Blue) = 187+105+140=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB698C is #449673. Grayscale: #858585. Windows color (decimal): -4494964 or 9202107. OLE color: 9202107.

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

Color convert

RGB187105140-
CMYK00.440.250.27
HSL334.39º37.61%57.25%-
HSV(B)334.39º43.85%73.33%-
XYZ30.2822.5627.57-
YUV133.51131.67166.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=43.29%
G=24.31%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710514000.440.250.27334.3937.6157.25
HexBB698C02C191B14e2639
Octal27315121405431335164671
Binary1011101111010011000110001011001100111011101001110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB698C; }

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

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

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

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

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

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

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

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