#B76C91

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

Shades of Tapestry #B76C91

Tints of Tapestry #B76C91

Color information

#B76C91 (or 0xB76C91) is unknown color: approx Tapestry. HEX triplet: B7, 6C and 91. RGB value is (183,108,145). Sum of RGB (Red+Green+Blue) = 183+108+145=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C91 is #48936E. Grayscale: #868686. Windows color (decimal): -4756335 or 9530551. OLE color: 9530551.

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

Color convert

RGB183108145-
CMYK00.410.210.28
HSL330.4º34.25%57.06%-
HSV(B)330.4º40.98%71.76%-
XYZ3022.8429.61-
YUV134.64133.85162.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 145 (57.03% from 255) = 33.26%
R=41.97%
G=24.77%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310814500.410.210.28330.434.2557.06
HexB76C91029151C14a2239
Octal26715422105125345124271
Binary1011011111011001001000101010011010111100101001010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C91; }

 p { color: rgb(183,108,145); }

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

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

 a { background-color: rgb(183,108,145); }

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

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

 span { border-color: rgb(183,108,145); }

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