#BB748E

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

Shades of Tapestry #BB748E

Tints of Tapestry #BB748E

Color information

#BB748E (or 0xBB748E) is unknown color: approx Tapestry. HEX triplet: BB, 74 and 8E. RGB value is (187,116,142). Sum of RGB (Red+Green+Blue) = 187+116+142=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB748E is #448B71. Grayscale: #8C8C8C. Windows color (decimal): -4492146 or 9335995. OLE color: 9335995.

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

Color convert

RGB187116142-
CMYK00.380.240.27
HSL338.03º34.3%59.41%-
HSV(B)338.03º37.97%73.33%-
XYZ31.6225.0128.75-
YUV140.19129.02161.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=42.02%
G=26.07%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711614200.380.240.27338.0334.359.41
HexBB748E026181B152223b
Octal27316421604630335224273
Binary1011101111101001000111001001101100011011101010010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB748E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB748E; }

 p { color: rgb(187,116,142); }

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

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

 a { background-color: rgb(187,116,142); }

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

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

 span { border-color: rgb(187,116,142); }

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