#B76877

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

Shades of Tapestry #B76877

Tints of Tapestry #B76877

Color information

#B76877 (or 0xB76877) is unknown color: approx Tapestry. HEX triplet: B7, 68 and 77. RGB value is (183,104,119). Sum of RGB (Red+Green+Blue) = 183+104+119=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B76877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76877 is #489788. Grayscale: #818181. Windows color (decimal): -4757385 or 7825591. OLE color: 7825591.

HSL color Cylindrical-coordinate representation of color #B76877: hue angle of 348.61º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76877 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB183104119-
CMYK00.430.350.28
HSL348.61º35.43%56.27%-
HSV(B)348.61º43.17%71.76%-
XYZ27.8121.320.1-
YUV129.33122.17166.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=45.07%
G=25.62%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310411900.430.350.28348.6135.4356.27
HexB7687702B231C15d2338
Octal26715016705343345354370
Binary1011011111010001110111010101110001111100101011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76877; }

 p { color: rgb(183,104,119); }

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

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

 a { background-color: rgb(183,104,119); }

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

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

 span { border-color: rgb(183,104,119); }

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