#B76B84

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

Shades of Tapestry #B76B84

Tints of Tapestry #B76B84

Color information

#B76B84 (or 0xB76B84) is unknown color: approx Tapestry. HEX triplet: B7, 6B and 84. RGB value is (183,107,132). Sum of RGB (Red+Green+Blue) = 183+107+132=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B84 is #48947B. Grayscale: #848484. Windows color (decimal): -4756604 or 8678327. OLE color: 8678327.

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

Color convert

RGB183107132-
CMYK00.420.280.28
HSL340.26º34.55%56.86%-
HSV(B)340.26º41.53%71.76%-
XYZ28.9522.2524.6-
YUV132.57127.68163.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=43.36%
G=25.36%
B=31.28%

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
Decimal18310713200.420.280.28340.2634.5556.86
HexB76B8402A1C1C1542339
Octal26715320405234345244371
Binary1011011111010111000010001010101110011100101010100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B84; }

 p { color: rgb(183,107,132); }

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

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

 a { background-color: rgb(183,107,132); }

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

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

 span { border-color: rgb(183,107,132); }

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