#B66177

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

Shades of Tapestry #B66177

Tints of Tapestry #B66177

Color information

#B66177 (or 0xB66177) is unknown color: approx Tapestry. HEX triplet: B6, 61 and 77. RGB value is (182,97,119). Sum of RGB (Red+Green+Blue) = 182+97+119=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B66177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66177 is #499E88. Grayscale: #7C7C7C. Windows color (decimal): -4824713 or 7823798. OLE color: 7823798.

HSL color Cylindrical-coordinate representation of color #B66177: hue angle of 344.47º 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 #B66177 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18297119-
CMYK00.470.350.29
HSL344.47º36.8%54.71%-
HSV(B)344.47º46.7%71.37%-
XYZ26.919.8319.86-
YUV124.92124.66168.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.73%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 119 (46.88% from 255) = 29.90%
R=45.73%
G=24.37%
B=29.90%

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
Decimal1829711900.470.350.29344.4736.854.71
HexB6617702F231D1582537
Octal26614116705743355304567
Binary1011011011000011110111010111110001111101101011000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66177; }

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

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

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

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

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

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

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

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