#B66083

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

Shades of Tapestry #B66083

Tints of Tapestry #B66083

Color information

#B66083 (or 0xB66083) is unknown color: approx Tapestry. HEX triplet: B6, 60 and 83. RGB value is (182,96,131). Sum of RGB (Red+Green+Blue) = 182+96+131=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B66083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66083 is #499F7C. Grayscale: #7D7D7D. Windows color (decimal): -4824957 or 8609974. OLE color: 8609974.

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

Color convert

RGB18296131-
CMYK00.470.280.29
HSL335.58º37.07%54.51%-
HSV(B)335.58º47.25%71.37%-
XYZ27.5719.9523.87-
YUV125.7130.99168.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=44.50%
G=23.47%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829613100.470.280.29335.5837.0754.51
HexB6608302F1C1D1502537
Octal26614020305734355204567
Binary1011011011000001000001101011111110011101101010000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66083; }

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

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

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

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

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

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

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

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