#B77381

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

Shades of Tapestry #B77381

Tints of Tapestry #B77381

Color information

#B77381 (or 0xB77381) is unknown color: approx Tapestry. HEX triplet: B7, 73 and 81. RGB value is (183,115,129). Sum of RGB (Red+Green+Blue) = 183+115+129=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B77381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77381 is #488C7E. Grayscale: #888888. Windows color (decimal): -4754559 or 8483767. OLE color: 8483767.

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

Color convert

RGB183115129-
CMYK00.370.300.28
HSL347.65º32.08%58.43%-
HSV(B)347.65º37.16%71.76%-
XYZ29.6223.9123.82-
YUV136.93123.53160.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=42.86%
G=26.93%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311512900.370.300.28347.6532.0858.43
HexB773810251E1C15c203a
Octal26716320104536345344072
Binary1011011111100111000000101001011111011100101011100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77381; }

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

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

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

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

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

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

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

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