#B77081

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

Shades of Tapestry #B77081

Tints of Tapestry #B77081

Color information

#B77081 (or 0xB77081) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 81. RGB value is (183,112,129). Sum of RGB (Red+Green+Blue) = 183+112+129=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B77081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77081 is #488F7E. Grayscale: #878787. Windows color (decimal): -4755327 or 8482999. OLE color: 8482999.

HSL color Cylindrical-coordinate representation of color #B77081: hue angle of 345.63º 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 #B77081 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB183112129-
CMYK00.390.300.28
HSL345.63º33.02%57.84%-
HSV(B)345.63º38.8%71.76%-
XYZ29.2923.2423.71-
YUV135.17124.52162.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=43.16%
G=26.42%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311212900.390.300.28345.6333.0257.84
HexB770810271E1C15a213a
Octal26716020104736345324172
Binary1011011111100001000000101001111111011100101011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77081; }

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

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

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

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

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

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

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

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