#b77f93

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

Shades of Tapestry #B77F93

Tints of Tapestry #B77F93

Color information

#B77F93 (or 0xB77F93) is unknown color: approx Tapestry. HEX triplet: B7, 7F and 93. RGB value is (183,127,147). Sum of RGB (Red+Green+Blue) = 183+127+147=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F93 is #48806C. Grayscale: #929292. Windows color (decimal): -4751469 or 9666487. OLE color: 9666487.

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

Color convert

RGB183127147-
CMYK00.310.200.28
HSL338.57º28%60.78%-
HSV(B)338.57º30.6%71.76%-
XYZ32.3827.3531.18-
YUV146.02128.55154.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 147 (57.81% from 255) = 32.17%
R=40.04%
G=27.79%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312714700.310.200.28338.572860.78
HexB77F9301F141C1531c3d
Octal26717722303724345233475
Binary10110111111111110010011011111101001110010101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77f93; }

 p { color: rgb(183,127,147); }

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

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

 a { background-color: rgb(183,127,147); }

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

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

 span { border-color: rgb(183,127,147); }

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