#B67F83

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

Shades of Tapestry #B67F83

Tints of Tapestry #B67F83

Color information

#B67F83 (or 0xB67F83) is unknown color: approx Tapestry. HEX triplet: B6, 7F and 83. RGB value is (182,127,131). Sum of RGB (Red+Green+Blue) = 182+127+131=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F83 is #49807C. Grayscale: #8F8F8F. Windows color (decimal): -4817021 or 8617910. OLE color: 8617910.

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

Color convert

RGB182127131-
CMYK00.300.280.29
HSL355.64º27.36%60.59%-
HSV(B)355.64º30.22%71.37%-
XYZ30.9826.7625.01-
YUV143.9120.72155.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=41.36%
G=28.86%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212713100.300.280.29355.6427.3660.59
HexB67F8301E1C1D1641b3d
Octal26617720303634355443375
Binary10110110111111110000011011110111001110110110010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F83; }

 p { color: rgb(182,127,131); }

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

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

 a { background-color: rgb(182,127,131); }

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

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

 span { border-color: rgb(182,127,131); }

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