#BB7381

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

Shades of Tapestry #BB7381

Tints of Tapestry #BB7381

Color information

#BB7381 (or 0xBB7381) is unknown color: approx Tapestry. HEX triplet: BB, 73 and 81. RGB value is (187,115,129). Sum of RGB (Red+Green+Blue) = 187+115+129=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7381 is #448C7E. Grayscale: #8A8A8A. Windows color (decimal): -4492415 or 8483771. OLE color: 8483771.

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

Color convert

RGB187115129-
CMYK00.390.310.27
HSL348.33º34.62%59.22%-
HSV(B)348.33º38.5%73.33%-
XYZ30.5924.4123.87-
YUV138.12122.85162.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=43.39%
G=26.68%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711512900.390.310.27348.3334.6259.22
HexBB73810271F1B15c233b
Octal27316320104737335344373
Binary1011101111100111000000101001111111111011101011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7381; }

 p { color: rgb(187,115,129); }

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

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

 a { background-color: rgb(187,115,129); }

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

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

 span { border-color: rgb(187,115,129); }

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