#BB767E

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

Shades of Tapestry #BB767E

Tints of Tapestry #BB767E

Color information

#BB767E (or 0xBB767E) is unknown color: approx Tapestry. HEX triplet: BB, 76 and 7E. RGB value is (187,118,126). Sum of RGB (Red+Green+Blue) = 187+118+126=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB767E is #448981. Grayscale: #8B8B8B. Windows color (decimal): -4491650 or 8287931. OLE color: 8287931.

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

Color convert

RGB187118126-
CMYK00.370.330.27
HSL353.04º33.66%59.8%-
HSV(B)353.04º36.9%73.33%-
XYZ30.7425.0322.95-
YUV139.54120.36161.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=43.39%
G=27.38%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711812600.370.330.27353.0433.6659.8
HexBB767E025211B161223c
Octal27316617604541335414274
Binary1011101111101101111110010010110000111011101100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB767E; }

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

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

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

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

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

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

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

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