#B76A83

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

Shades of Tapestry #B76A83

Tints of Tapestry #B76A83

Color information

#B76A83 (or 0xB76A83) is unknown color: approx Tapestry. HEX triplet: B7, 6A and 83. RGB value is (183,106,131). Sum of RGB (Red+Green+Blue) = 183+106+131=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A83 is #48957C. Grayscale: #838383. Windows color (decimal): -4756861 or 8612535. OLE color: 8612535.

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

Color convert

RGB183106131-
CMYK00.420.280.28
HSL340.52º34.84%56.67%-
HSV(B)340.52º42.08%71.76%-
XYZ28.7822.0124.21-
YUV131.87127.51164.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 106 (41.80% from 255) = 25.24%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=43.57%
G=25.24%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310613100.420.280.28340.5234.8456.67
HexB76A8302A1C1C1552339
Octal26715220305234345254371
Binary1011011111010101000001101010101110011100101010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A83; }

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

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

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

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

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

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

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

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