#B77082

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

Shades of Tapestry #B77082

Tints of Tapestry #B77082

Color information

#B77082 (or 0xB77082) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 82. RGB value is (183,112,130). Sum of RGB (Red+Green+Blue) = 183+112+130=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B77082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77082 is #488F7D. Grayscale: #878787. Windows color (decimal): -4755326 or 8548535. OLE color: 8548535.

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

Color convert

RGB183112130-
CMYK00.390.290.28
HSL344.79º33.02%57.84%-
HSV(B)344.79º38.8%71.76%-
XYZ29.3523.2724.06-
YUV135.28125.02162.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=43.06%
G=26.35%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311213000.390.290.28344.7933.0257.84
HexB770820271D1C159213a
Octal26716020204735345314172
Binary1011011111100001000001001001111110111100101011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77082; }

 p { color: rgb(183,112,130); }

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

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

 a { background-color: rgb(183,112,130); }

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

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

 span { border-color: rgb(183,112,130); }

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