#B66088

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

Shades of Tapestry #B66088

Tints of Tapestry #B66088

Color information

#B66088 (or 0xB66088) is unknown color: approx Tapestry. HEX triplet: B6, 60 and 88. RGB value is (182,96,136). Sum of RGB (Red+Green+Blue) = 182+96+136=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66088 is #499F77. Grayscale: #7E7E7E. Windows color (decimal): -4824952 or 8937654. OLE color: 8937654.

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

Color convert

RGB18296136-
CMYK00.470.250.29
HSL332.09º37.07%54.51%-
HSV(B)332.09º47.25%71.37%-
XYZ27.9220.0925.7-
YUV126.27133.49167.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=43.96%
G=23.19%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829613600.470.250.29332.0937.0754.51
HexB6608802F191D14c2537
Octal26614021005731355144567
Binary1011011011000001000100001011111100111101101001100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66088; }

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

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

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

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

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

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

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

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