#B77583

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

Shades of Tapestry #B77583

Tints of Tapestry #B77583

Color information

#B77583 (or 0xB77583) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 83. RGB value is (183,117,131). Sum of RGB (Red+Green+Blue) = 183+117+131=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B77583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77583 is #488A7C. Grayscale: #8A8A8A. Windows color (decimal): -4754045 or 8615351. OLE color: 8615351.

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

Color convert

RGB183117131-
CMYK00.360.280.28
HSL347.27º31.43%58.82%-
HSV(B)347.27º36.07%71.76%-
XYZ29.9924.4324.61-
YUV138.33123.87159.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=42.46%
G=27.15%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311713100.360.280.28347.2731.4358.82
HexB775830241C1C15b1f3b
Octal26716520304434345333773
Binary101101111110101100000110100100111001110010101101111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77583; }

 p { color: rgb(183,117,131); }

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

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

 a { background-color: rgb(183,117,131); }

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

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

 span { border-color: rgb(183,117,131); }

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