#B77192

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

Shades of Tapestry #B77192

Tints of Tapestry #B77192

Color information

#B77192 (or 0xB77192) is unknown color: approx Tapestry. HEX triplet: B7, 71 and 92. RGB value is (183,113,146). Sum of RGB (Red+Green+Blue) = 183+113+146=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B77192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77192 is #488E6D. Grayscale: #898989. Windows color (decimal): -4755054 or 9597367. OLE color: 9597367.

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

Color convert

RGB183113146-
CMYK00.380.200.28
HSL331.71º32.71%58.04%-
HSV(B)331.71º38.25%71.76%-
XYZ30.6223.9530.2-
YUV137.69132.69160.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=41.40%
G=25.57%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311314600.380.200.28331.7132.7158.04
HexB77192026141C14c213a
Octal26716122204624345144172
Binary1011011111100011001001001001101010011100101001100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77192; }

 p { color: rgb(183,113,146); }

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

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

 a { background-color: rgb(183,113,146); }

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

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

 span { border-color: rgb(183,113,146); }

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