#B66376

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

Shades of Tapestry #B66376

Tints of Tapestry #B66376

Color information

#B66376 (or 0xB66376) is unknown color: approx Tapestry. HEX triplet: B6, 63 and 76. RGB value is (182,99,118). Sum of RGB (Red+Green+Blue) = 182+99+118=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B66376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66376 is #499C89. Grayscale: #7D7D7D. Windows color (decimal): -4824202 or 7758774. OLE color: 7758774.

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

Color convert

RGB18299118-
CMYK00.460.350.29
HSL346.27º36.24%55.1%-
HSV(B)346.27º45.6%71.37%-
XYZ27.0220.1819.61-
YUV125.98123.5167.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 118 (46.48% from 255) = 29.57%
R=45.61%
G=24.81%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829911800.460.350.29346.2736.2455.1
HexB6637602E231D15a2437
Octal26614316605643355324467
Binary1011011011000111110110010111010001111101101011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66376; }

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

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

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

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

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

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

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

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