#B67D86

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

Shades of Tapestry #B67D86

Tints of Tapestry #B67D86

Color information

#B67D86 (or 0xB67D86) is unknown color: approx Tapestry. HEX triplet: B6, 7D and 86. RGB value is (182,125,134). Sum of RGB (Red+Green+Blue) = 182+125+134=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67D86 is #498279. Grayscale: #8F8F8F. Windows color (decimal): -4817530 or 8814006. OLE color: 8814006.

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

Color convert

RGB182125134-
CMYK00.310.260.29
HSL350.53º28.08%60.2%-
HSV(B)350.53º31.32%71.37%-
XYZ30.9326.3326.01-
YUV143.07122.88155.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=41.27%
G=28.34%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212513400.310.260.29350.5328.0860.2
HexB67D8601F1A1D15f1c3c
Octal26617520603732355373474
Binary10110110111110110000110011111110101110110101111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D86; }

 p { color: rgb(182,125,134); }

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

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

 a { background-color: rgb(182,125,134); }

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

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

 span { border-color: rgb(182,125,134); }

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