#B67C82

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

Shades of Tapestry #B67C82

Tints of Tapestry #B67C82

Color information

#B67C82 (or 0xB67C82) is unknown color: approx Tapestry. HEX triplet: B6, 7C and 82. RGB value is (182,124,130). Sum of RGB (Red+Green+Blue) = 182+124+130=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C82 is #49837D. Grayscale: #8E8E8E. Windows color (decimal): -4817790 or 8551606. OLE color: 8551606.

HSL color Cylindrical-coordinate representation of color #B67C82: hue angle of 353.79º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67C82 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB182124130-
CMYK00.320.290.29
HSL353.79º28.43%60%-
HSV(B)353.79º31.87%71.37%-
XYZ30.5325.9724.52-
YUV142.03121.22156.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=41.74%
G=28.44%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212413000.320.290.29353.7928.4360
HexB67C820201D1D1621c3c
Octal26617420204035355423474
Binary101101101111100100000100100000111011110110110001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C82; }

 p { color: rgb(182,124,130); }

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

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

 a { background-color: rgb(182,124,130); }

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

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

 span { border-color: rgb(182,124,130); }

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