#B77E88

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

Shades of Tapestry #B77E88

Tints of Tapestry #B77E88

Color information

#B77E88 (or 0xB77E88) is unknown color: approx Tapestry. HEX triplet: B7, 7E and 88. RGB value is (183,126,136). Sum of RGB (Red+Green+Blue) = 183+126+136=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E88 is #488177. Grayscale: #909090. Windows color (decimal): -4751736 or 8945335. OLE color: 8945335.

HSL color Cylindrical-coordinate representation of color #B77E88: hue angle of 349.47º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77E88 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB183126136-
CMYK00.310.260.28
HSL349.47º28.36%60.59%-
HSV(B)349.47º31.15%71.76%-
XYZ31.4326.7726.8-
YUV144.18123.38155.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=41.12%
G=28.31%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312613600.310.260.28349.4728.3660.59
HexB77E8801F1A1C15d1c3d
Octal26717621003732345353475
Binary10110111111111010001000011111110101110010101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77E88; }

 p { color: rgb(183,126,136); }

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

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

 a { background-color: rgb(183,126,136); }

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

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

 span { border-color: rgb(183,126,136); }

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