#B76F8F

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

Shades of Tapestry #B76F8F

Tints of Tapestry #B76F8F

Color information

#B76F8F (or 0xB76F8F) is unknown color: approx Tapestry. HEX triplet: B7, 6F and 8F. RGB value is (183,111,143). Sum of RGB (Red+Green+Blue) = 183+111+143=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F8F is #489070. Grayscale: #888888. Windows color (decimal): -4755569 or 9400247. OLE color: 9400247.

HSL color Cylindrical-coordinate representation of color #B76F8F: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76F8F is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB183111143-
CMYK00.390.220.28
HSL333.33º33.33%57.65%-
HSV(B)333.33º39.34%71.76%-
XYZ30.1723.4228.92-
YUV136.18131.85161.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.88%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=41.88%
G=25.40%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311114300.390.220.28333.3333.3357.65
HexB76F8F027161C14d213a
Octal26715721704726345154172
Binary1011011111011111000111101001111011011100101001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F8F; }

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

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

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

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

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

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

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

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