#B77485

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

Shades of Tapestry #B77485

Tints of Tapestry #B77485

Color information

#B77485 (or 0xB77485) is unknown color: approx Tapestry. HEX triplet: B7, 74 and 85. RGB value is (183,116,133). Sum of RGB (Red+Green+Blue) = 183+116+133=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B77485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77485 is #488B7A. Grayscale: #898989. Windows color (decimal): -4754299 or 8746167. OLE color: 8746167.

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

Color convert

RGB183116133-
CMYK00.370.270.28
HSL344.78º31.75%58.63%-
HSV(B)344.78º36.61%71.76%-
XYZ30.0124.2525.29-
YUV137.97125.2160.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 116 (45.70% from 255) = 26.85%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=42.36%
G=26.85%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311613300.370.270.28344.7831.7558.63
HexB774850251B1C159203b
Octal26716420504533345314073
Binary1011011111101001000010101001011101111100101011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77485; }

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

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

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

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

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

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

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

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