#BB768C

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

Shades of Tapestry #BB768C

Tints of Tapestry #BB768C

Color information

#BB768C (or 0xBB768C) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 8C. RGB value is (187,118,140). Sum of RGB (Red+Green+Blue) = 187+118+140=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB768C is #448973. Grayscale: #8D8D8D. Windows color (decimal): -4491636 or 9205435. OLE color: 9205435.

HSL color Cylindrical-coordinate representation of color #BB768C: hue angle of 340.87º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB768C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187118140-
CMYK00.370.250.27
HSL340.87º33.66%59.8%-
HSV(B)340.87º36.9%73.33%-
XYZ31.7125.4228.05-
YUV141.14127.36160.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=42.02%
G=26.52%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711814000.370.250.27340.8733.6659.8
HexBB768C025191B155223c
Octal27316621404531335254274
Binary1011101111101101000110001001011100111011101010101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB768C; }

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

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

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

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

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

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

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

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