#BB7B82

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

Shades of Tapestry #BB7B82

Tints of Tapestry #BB7B82

Color information

#BB7B82 (or 0xBB7B82) is unknown color: approx Tapestry. HEX triplet: BB, 7B and 82. RGB value is (187,123,130). Sum of RGB (Red+Green+Blue) = 187+123+130=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7B82 is #44847D. Grayscale: #8E8E8E. Windows color (decimal): -4490366 or 8551355. OLE color: 8551355.

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

Color convert

RGB187123130-
CMYK00.340.300.27
HSL353.44º32%60.78%-
HSV(B)353.44º34.22%73.33%-
XYZ31.6126.3424.54-
YUV142.93120.7159.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=42.5%
G=27.95%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712313000.340.300.27353.443260.78
HexBB7B820221E1B161203d
Octal27317320204236335414075
Binary1011101111110111000001001000101111011011101100001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7B82; }

 p { color: rgb(187,123,130); }

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

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

 a { background-color: rgb(187,123,130); }

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

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

 span { border-color: rgb(187,123,130); }

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