#B77581

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

Shades of Tapestry #B77581

Tints of Tapestry #B77581

Color information

#B77581 (or 0xB77581) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 81. RGB value is (183,117,129). Sum of RGB (Red+Green+Blue) = 183+117+129=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77581 is #488A7E. Grayscale: #8A8A8A. Windows color (decimal): -4754047 or 8484279. OLE color: 8484279.

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

Color convert

RGB183117129-
CMYK00.360.300.28
HSL349.09º31.43%58.82%-
HSV(B)349.09º36.07%71.76%-
XYZ29.8524.3723.9-
YUV138.1122.87160.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=42.66%
G=27.27%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311712900.360.300.28349.0931.4358.82
HexB775810241E1C15d1f3b
Octal26716520104436345353773
Binary101101111110101100000010100100111101110010101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77581; }

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

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

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

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

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

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

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

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