#B66076

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

Shades of Tapestry #B66076

Tints of Tapestry #B66076

Color information

#B66076 (or 0xB66076) is unknown color: approx Tapestry. HEX triplet: B6, 60 and 76. RGB value is (182,96,118). Sum of RGB (Red+Green+Blue) = 182+96+118=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B66076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66076 is #499F89. Grayscale: #7C7C7C. Windows color (decimal): -4824970 or 7758006. OLE color: 7758006.

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

Color convert

RGB18296118-
CMYK00.470.350.29
HSL344.65º37.07%54.51%-
HSV(B)344.65º47.25%71.37%-
XYZ26.7419.6219.52-
YUV124.22124.49169.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 96 (37.89% from 255) = 24.24%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=45.96%
G=24.24%
B=29.80%

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
Decimal1829611800.470.350.29344.6537.0754.51
HexB6607602F231D1592537
Octal26614016605743355314567
Binary1011011011000001110110010111110001111101101011001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66076; }

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

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

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

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

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

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

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

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