#B76B90

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

Shades of Tapestry #B76B90

Tints of Tapestry #B76B90

Color information

#B76B90 (or 0xB76B90) is unknown color: approx Tapestry. HEX triplet: B7, 6B and 90. RGB value is (183,107,144). Sum of RGB (Red+Green+Blue) = 183+107+144=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76B90 is #48946F. Grayscale: #858585. Windows color (decimal): -4756592 or 9464759. OLE color: 9464759.

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

Color convert

RGB183107144-
CMYK00.420.210.28
HSL330.79º34.55%56.86%-
HSV(B)330.79º41.53%71.76%-
XYZ29.8222.629.18-
YUV133.94133.68162.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 107 (42.19% from 255) = 24.65%
BLUE value IS 144 (56.64% from 255) = 33.18%
R=42.17%
G=24.65%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310714400.420.210.28330.7934.5556.86
HexB76B9002A151C14b2339
Octal26715322005225345134371
Binary1011011111010111001000001010101010111100101001011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76B90; }

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

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

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

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

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

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

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

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