#B77382

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

Shades of Tapestry #B77382

Tints of Tapestry #B77382

Color information

#B77382 (or 0xB77382) is unknown color: approx Tapestry. HEX triplet: B7, 73 and 82. RGB value is (183,115,130). Sum of RGB (Red+Green+Blue) = 183+115+130=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B77382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77382 is #488C7D. Grayscale: #898989. Windows color (decimal): -4754558 or 8549303. OLE color: 8549303.

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

Color convert

RGB183115130-
CMYK00.370.290.28
HSL346.76º32.08%58.43%-
HSV(B)346.76º37.16%71.76%-
XYZ29.6923.9424.18-
YUV137.04124.03160.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=42.76%
G=26.87%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311513000.370.290.28346.7632.0858.43
HexB773820251D1C15b203a
Octal26716320204535345334072
Binary1011011111100111000001001001011110111100101011011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77382; }

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

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

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

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

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

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

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

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