#B66F8A

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

Shades of Tapestry #B66F8A

Tints of Tapestry #B66F8A

Color information

#B66F8A (or 0xB66F8A) is unknown color: approx Tapestry. HEX triplet: B6, 6F and 8A. RGB value is (182,111,138). Sum of RGB (Red+Green+Blue) = 182+111+138=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F8A is #499075. Grayscale: #878787. Windows color (decimal): -4821110 or 9072566. OLE color: 9072566.

HSL color Cylindrical-coordinate representation of color #B66F8A: hue angle of 337.18º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66F8A is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB182111138-
CMYK00.390.240.29
HSL337.18º32.72%57.45%-
HSV(B)337.18º39.01%71.37%-
XYZ29.5623.1526.95-
YUV135.31129.52161.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=42.23%
G=25.75%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211113800.390.240.29337.1832.7257.45
HexB66F8A027181D1512139
Octal26615721204730355214171
Binary1011011011011111000101001001111100011101101010001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F8A; }

 p { color: rgb(182,111,138); }

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

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

 a { background-color: rgb(182,111,138); }

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

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

 span { border-color: rgb(182,111,138); }

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