#BB7A84

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

Shades of Tapestry #BB7A84

Tints of Tapestry #BB7A84

Color information

#BB7A84 (or 0xBB7A84) is unknown color: approx Tapestry. HEX triplet: BB, 7A and 84. RGB value is (187,122,132). Sum of RGB (Red+Green+Blue) = 187+122+132=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A84 is #44857B. Grayscale: #8E8E8E. Windows color (decimal): -4490620 or 8682171. OLE color: 8682171.

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

Color convert

RGB187122132-
CMYK00.350.290.27
HSL350.77º32.34%60.59%-
HSV(B)350.77º34.76%73.33%-
XYZ31.6226.1525.21-
YUV142.57122.03159.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 132 (51.95% from 255) = 29.93%
R=42.40%
G=27.66%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712213200.350.290.27350.7732.3460.59
HexBB7A840231D1B15f203d
Octal27317220404335335374075
Binary1011101111110101000010001000111110111011101011111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A84; }

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

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

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

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

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

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

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

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