#BB7F83

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

Shades of Tapestry #BB7F83

Tints of Tapestry #BB7F83

Color information

#BB7F83 (or 0xBB7F83) is unknown color: approx Tapestry. HEX triplet: BB, 7F and 83. RGB value is (187,127,131). Sum of RGB (Red+Green+Blue) = 187+127+131=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F83 is #44807C. Grayscale: #919191. Windows color (decimal): -4489341 or 8617915. OLE color: 8617915.

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

Color convert

RGB187127131-
CMYK00.320.300.27
HSL356º30.61%61.57%-
HSV(B)356º32.09%73.33%-
XYZ32.1827.3825.06-
YUV145.4119.88157.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 131 (51.56% from 255) = 29.44%
R=42.02%
G=28.54%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712713100.320.300.2735630.6161.57
HexBB7F830201E1B1641f3e
Octal27317720304036335443776
Binary101110111111111100000110100000111101101110110010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F83; }

 p { color: rgb(187,127,131); }

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

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

 a { background-color: rgb(187,127,131); }

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

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

 span { border-color: rgb(187,127,131); }

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