#B76F8B

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

Shades of Tapestry #B76F8B

Tints of Tapestry #B76F8B

Color information

#B76F8B (or 0xB76F8B) is unknown color: approx Tapestry. HEX triplet: B7, 6F and 8B. RGB value is (183,111,139). Sum of RGB (Red+Green+Blue) = 183+111+139=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F8B is #489074. Grayscale: #878787. Windows color (decimal): -4755573 or 9138103. OLE color: 9138103.

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

Color convert

RGB183111139-
CMYK00.390.240.28
HSL336.67º33.33%57.65%-
HSV(B)336.67º39.34%71.76%-
XYZ29.8723.327.35-
YUV135.72129.85161.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.26%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 139 (54.69% from 255) = 32.10%
R=42.26%
G=25.64%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311113900.390.240.28336.6733.3357.65
HexB76F8B027181C151213a
Octal26715721304730345214172
Binary1011011111011111000101101001111100011100101010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F8B; }

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

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

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

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

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

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

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

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