#BB768F

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

Shades of Tapestry #BB768F

Tints of Tapestry #BB768F

Color information

#BB768F (or 0xBB768F) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 8F. RGB value is (187,118,143). Sum of RGB (Red+Green+Blue) = 187+118+143=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB768F is #448970. Grayscale: #8D8D8D. Windows color (decimal): -4491633 or 9402043. OLE color: 9402043.

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

Color convert

RGB187118143-
CMYK00.370.240.27
HSL338.26º33.66%59.8%-
HSV(B)338.26º36.9%73.33%-
XYZ31.9325.529.23-
YUV141.48128.86160.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=41.74%
G=26.34%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711814300.370.240.27338.2633.6659.8
HexBB768F025181B152223c
Octal27316621704530335224274
Binary1011101111101101000111101001011100011011101010010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB768F; }

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

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

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

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

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

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

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

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