#BB747C

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

Shades of Tapestry #BB747C

Tints of Tapestry #BB747C

Color information

#BB747C (or 0xBB747C) is unknown color: approx Tapestry. HEX triplet: BB, 74 and 7C. RGB value is (187,116,124). Sum of RGB (Red+Green+Blue) = 187+116+124=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB747C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB747C is #448B83. Grayscale: #8A8A8A. Windows color (decimal): -4492164 or 8156347. OLE color: 8156347.

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

Color convert

RGB187116124-
CMYK00.380.340.27
HSL353.24º34.3%59.41%-
HSV(B)353.24º37.97%73.33%-
XYZ30.3824.5122.2-
YUV138.14120.02162.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=43.79%
G=27.17%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711612400.380.340.27353.2434.359.41
HexBB747C026221B161223b
Octal27316417404642335414273
Binary1011101111101001111100010011010001011011101100001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB747C; }

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

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

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

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

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

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

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

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