#B77A88

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

Shades of Tapestry #B77A88

Tints of Tapestry #B77A88

Color information

#B77A88 (or 0xB77A88) is unknown color: approx Tapestry. HEX triplet: B7, 7A and 88. RGB value is (183,122,136). Sum of RGB (Red+Green+Blue) = 183+122+136=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A88 is #488577. Grayscale: #8D8D8D. Windows color (decimal): -4752760 or 8944311. OLE color: 8944311.

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

Color convert

RGB183122136-
CMYK00.330.260.28
HSL346.23º29.76%59.8%-
HSV(B)346.23º33.33%71.76%-
XYZ30.9325.7626.64-
YUV141.83124.71157.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=41.50%
G=27.66%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312213600.330.260.28346.2329.7659.8
HexB77A880211A1C15a1e3c
Octal26717221004132345323674
Binary101101111111010100010000100001110101110010101101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77A88; }

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

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

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

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

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

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

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

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