#B76F89

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

Shades of Tapestry #B76F89

Tints of Tapestry #B76F89

Color information

#B76F89 (or 0xB76F89) is unknown color: approx Tapestry. HEX triplet: B7, 6F and 89. RGB value is (183,111,137). Sum of RGB (Red+Green+Blue) = 183+111+137=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76F89 is #489076. Grayscale: #878787. Windows color (decimal): -4755575 or 9007031. OLE color: 9007031.

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

Color convert

RGB183111137-
CMYK00.390.250.28
HSL338.33º33.33%57.65%-
HSV(B)338.33º39.34%71.76%-
XYZ29.7323.2426.59-
YUV135.49128.85161.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.46%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 137 (53.91% from 255) = 31.79%
R=42.46%
G=25.75%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311113700.390.250.28338.3333.3357.65
HexB76F89027191C152213a
Octal26715721104731345224172
Binary1011011111011111000100101001111100111100101010010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F89; }

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

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

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

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

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

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

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

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