#B67C8C

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

Shades of Tapestry #B67C8C

Tints of Tapestry #B67C8C

Color information

#B67C8C (or 0xB67C8C) is unknown color: approx Tapestry. HEX triplet: B6, 7C and 8C. RGB value is (182,124,140). Sum of RGB (Red+Green+Blue) = 182+124+140=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67C8C is #498373. Grayscale: #8F8F8F. Windows color (decimal): -4817780 or 9206966. OLE color: 9206966.

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

Color convert

RGB182124140-
CMYK00.320.230.29
HSL343.45º28.43%60%-
HSV(B)343.45º31.87%71.37%-
XYZ31.2326.2528.23-
YUV143.17126.22155.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=40.81%
G=27.80%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212414000.320.230.29343.4528.4360
HexB67C8C020171D1571c3c
Octal26617421404027355273474
Binary101101101111100100011000100000101111110110101011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67C8C; }

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

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

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

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

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

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

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

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