#BB767F

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

Shades of Tapestry #BB767F

Tints of Tapestry #BB767F

Color information

#BB767F (or 0xBB767F) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 7F. RGB value is (187,118,127). Sum of RGB (Red+Green+Blue) = 187+118+127=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB767F is #448980. Grayscale: #8B8B8B. Windows color (decimal): -4491649 or 8353467. OLE color: 8353467.

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

Color convert

RGB187118127-
CMYK00.370.320.27
HSL352.17º33.66%59.8%-
HSV(B)352.17º36.9%73.33%-
XYZ30.825.0523.29-
YUV139.66120.86161.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 127 (50% from 255) = 29.40%
R=43.29%
G=27.31%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711812700.370.320.27352.1733.6659.8
HexBB767F025201B160223c
Octal27316617704540335404274
Binary1011101111101101111111010010110000011011101100000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB767F; }

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

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

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

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

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

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

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

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