#BB7379

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

Shades of Tapestry #BB7379

Tints of Tapestry #BB7379

Color information

#BB7379 (or 0xBB7379) is unknown color: approx Tapestry. HEX triplet: BB, 73 and 79. RGB value is (187,115,121). Sum of RGB (Red+Green+Blue) = 187+115+121=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7379 is #448C86. Grayscale: #898989. Windows color (decimal): -4492423 or 7959483. OLE color: 7959483.

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

Color convert

RGB187115121-
CMYK00.390.350.27
HSL355º34.62%59.22%-
HSV(B)355º38.5%73.33%-
XYZ30.0824.2121.18-
YUV137.21118.85163.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=44.21%
G=27.19%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711512100.390.350.2735534.6259.22
HexBB7379027231B163233b
Octal27316317104743335434373
Binary1011101111100111111001010011110001111011101100011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7379; }

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

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

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

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

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

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

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

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