#BB7384

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

Shades of Tapestry #BB7384

Tints of Tapestry #BB7384

Color information

#BB7384 (or 0xBB7384) is unknown color: approx Tapestry. HEX triplet: BB, 73 and 84. RGB value is (187,115,132). Sum of RGB (Red+Green+Blue) = 187+115+132=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7384 is #448C7B. Grayscale: #8A8A8A. Windows color (decimal): -4492412 or 8680379. OLE color: 8680379.

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

Color convert

RGB187115132-
CMYK00.390.290.27
HSL345.83º34.62%59.22%-
HSV(B)345.83º38.5%73.33%-
XYZ30.7924.4924.93-
YUV138.47124.35162.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 115 (45.31% from 255) = 26.50%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=43.09%
G=26.50%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711513200.390.290.27345.8334.6259.22
HexBB73840271D1B15a233b
Octal27316320404735335324373
Binary1011101111100111000010001001111110111011101011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7384; }

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

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

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

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

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

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

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

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