#B76B8A

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

Shades of Tapestry #B76B8A

Tints of Tapestry #B76B8A

Color information

#B76B8A (or 0xB76B8A) is unknown color: approx Tapestry. HEX triplet: B7, 6B and 8A. RGB value is (183,107,138). Sum of RGB (Red+Green+Blue) = 183+107+138=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B8A is #489475. Grayscale: #858585. Windows color (decimal): -4756598 or 9071543. OLE color: 9071543.

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

Color convert

RGB183107138-
CMYK00.420.250.28
HSL335.53º34.55%56.86%-
HSV(B)335.53º41.53%71.76%-
XYZ29.3722.4226.82-
YUV133.26130.68163.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 107 (42.19% from 255) = 25%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=42.76%
G=25%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310713800.420.250.28335.5334.5556.86
HexB76B8A02A191C1502339
Octal26715321205231345204371
Binary1011011111010111000101001010101100111100101010000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B8A; }

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

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

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

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

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

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

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

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