#B77085

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

Shades of Tapestry #B77085

Tints of Tapestry #B77085

Color information

#B77085 (or 0xB77085) is unknown color: approx Tapestry. HEX triplet: B7, 70 and 85. RGB value is (183,112,133). Sum of RGB (Red+Green+Blue) = 183+112+133=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B77085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77085 is #488F7A. Grayscale: #878787. Windows color (decimal): -4755323 or 8745143. OLE color: 8745143.

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

Color convert

RGB183112133-
CMYK00.390.270.28
HSL342.25º33.02%57.84%-
HSV(B)342.25º38.8%71.76%-
XYZ29.5623.3525.14-
YUV135.62126.52161.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 133 (52.34% from 255) = 31.07%
R=42.76%
G=26.17%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311213300.390.270.28342.2533.0257.84
HexB770850271B1C156213a
Octal26716020504733345264172
Binary1011011111100001000010101001111101111100101010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77085; }

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

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

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

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

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

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

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

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