#B66878

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

Shades of Tapestry #B66878

Tints of Tapestry #B66878

Color information

#B66878 (or 0xB66878) is unknown color: approx Tapestry. HEX triplet: B6, 68 and 78. RGB value is (182,104,120). Sum of RGB (Red+Green+Blue) = 182+104+120=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B66878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66878 is #499787. Grayscale: #818181. Windows color (decimal): -4822920 or 7891126. OLE color: 7891126.

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

Color convert

RGB182104120-
CMYK00.430.340.29
HSL347.69º34.82%56.08%-
HSV(B)347.69º42.86%71.37%-
XYZ27.6321.220.41-
YUV129.15122.84165.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 104 (41.02% from 255) = 25.62%
BLUE value IS 120 (47.27% from 255) = 29.56%
R=44.83%
G=25.62%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210412000.430.340.29347.6934.8256.08
HexB6687802B221D15c2338
Octal26615017005342355344370
Binary1011011011010001111000010101110001011101101011100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66878; }

 p { color: rgb(182,104,120); }

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

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

 a { background-color: rgb(182,104,120); }

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

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

 span { border-color: rgb(182,104,120); }

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