#B77389

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

Shades of Tapestry #B77389

Tints of Tapestry #B77389

Color information

#B77389 (or 0xB77389) is unknown color: approx Tapestry. HEX triplet: B7, 73 and 89. RGB value is (183,115,137). Sum of RGB (Red+Green+Blue) = 183+115+137=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B77389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77389 is #488C76. Grayscale: #898989. Windows color (decimal): -4754551 or 9008055. OLE color: 9008055.

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

Color convert

RGB183115137-
CMYK00.370.250.28
HSL340.59º32.08%58.43%-
HSV(B)340.59º37.16%71.76%-
XYZ30.1724.1326.74-
YUV137.84127.53160.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=42.07%
G=26.44%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311513700.370.250.28340.5932.0858.43
HexB77389025191C155203a
Octal26716321104531345254072
Binary1011011111100111000100101001011100111100101010101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77389; }

 p { color: rgb(183,115,137); }

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

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

 a { background-color: rgb(183,115,137); }

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

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

 span { border-color: rgb(183,115,137); }

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