#B76379

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

Shades of Tapestry #B76379

Tints of Tapestry #B76379

Color information

#B76379 (or 0xB76379) is unknown color: approx Tapestry. HEX triplet: B7, 63 and 79. RGB value is (183,99,121). Sum of RGB (Red+Green+Blue) = 183+99+121=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B76379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76379 is #489C86. Grayscale: #7E7E7E. Windows color (decimal): -4758663 or 7955383. OLE color: 7955383.

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

Color convert

RGB18399121-
CMYK00.460.340.28
HSL344.29º36.84%55.29%-
HSV(B)344.29º45.9%71.76%-
XYZ27.4420.3720.57-
YUV126.62124.83168.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.41%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=45.41%
G=24.57%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839912100.460.340.28344.2936.8455.29
HexB7637902E221C1582537
Octal26714317105642345304567
Binary1011011111000111111001010111010001011100101011000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76379; }

 p { color: rgb(183,99,121); }

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

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

 a { background-color: rgb(183,99,121); }

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

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

 span { border-color: rgb(183,99,121); }

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