#B76C8F

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

Shades of Tapestry #B76C8F

Tints of Tapestry #B76C8F

Color information

#B76C8F (or 0xB76C8F) is unknown color: approx Tapestry. HEX triplet: B7, 6C and 8F. RGB value is (183,108,143). Sum of RGB (Red+Green+Blue) = 183+108+143=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76C8F is #489370. Grayscale: #868686. Windows color (decimal): -4756337 or 9399479. OLE color: 9399479.

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

Color convert

RGB183108143-
CMYK00.410.220.28
HSL332º34.25%57.06%-
HSV(B)332º40.98%71.76%-
XYZ29.8522.7828.81-
YUV134.42132.85162.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=42.17%
G=24.88%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310814300.410.220.2833234.2557.06
HexB76C8F029161C14c2239
Octal26715421705126345144271
Binary1011011111011001000111101010011011011100101001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C8F; }

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

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

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

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

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

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

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

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