#B66077

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

Shades of Tapestry #B66077

Tints of Tapestry #B66077

Color information

#B66077 (or 0xB66077) is unknown color: approx Tapestry. HEX triplet: B6, 60 and 77. RGB value is (182,96,119). Sum of RGB (Red+Green+Blue) = 182+96+119=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B66077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66077 is #499F88. Grayscale: #7C7C7C. Windows color (decimal): -4824969 or 7823542. OLE color: 7823542.

HSL color Cylindrical-coordinate representation of color #B66077: hue angle of 343.95º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66077 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18296119-
CMYK00.470.350.29
HSL343.95º37.07%54.51%-
HSV(B)343.95º47.25%71.37%-
XYZ26.819.6419.83-
YUV124.34124.99169.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 119 (46.88% from 255) = 29.97%
R=45.84%
G=24.18%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829611900.470.350.29343.9537.0754.51
HexB6607702F231D1582537
Octal26614016705743355304567
Binary1011011011000001110111010111110001111101101011000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66077; }

 p { color: rgb(182,96,119); }

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

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

 a { background-color: rgb(182,96,119); }

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

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

 span { border-color: rgb(182,96,119); }

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