#B77692

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

Shades of Tapestry #B77692

Tints of Tapestry #B77692

Color information

#B77692 (or 0xB77692) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 92. RGB value is (183,118,146). Sum of RGB (Red+Green+Blue) = 183+118+146=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B77692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77692 is #48896D. Grayscale: #8C8C8C. Windows color (decimal): -4753774 or 9598647. OLE color: 9598647.

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

Color convert

RGB183118146-
CMYK00.360.200.28
HSL334.15º31.1%59.02%-
HSV(B)334.15º35.52%71.76%-
XYZ31.225.130.39-
YUV140.63131.03158.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=40.94%
G=26.40%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311814600.360.200.28334.1531.159.02
HexB77692024141C14e1f3b
Octal26716622204424345163773
Binary101101111110110100100100100100101001110010100111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77692; }

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

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

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

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

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

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

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

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