#B67F8F

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

Shades of Tapestry #B67F8F

Tints of Tapestry #B67F8F

Color information

#B67F8F (or 0xB67F8F) is unknown color: approx Tapestry. HEX triplet: B6, 7F and 8F. RGB value is (182,127,143). Sum of RGB (Red+Green+Blue) = 182+127+143=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F8F is #498070. Grayscale: #919191. Windows color (decimal): -4817009 or 9404342. OLE color: 9404342.

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

Color convert

RGB182127143-
CMYK00.300.210.29
HSL342.55º27.36%60.59%-
HSV(B)342.55º30.22%71.37%-
XYZ31.8427.1129.54-
YUV145.27126.72154.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=40.27%
G=28.10%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212714300.300.210.29342.5527.3660.59
HexB67F8F01E151D1571b3d
Octal26617721703625355273375
Binary10110110111111110001111011110101011110110101011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F8F; }

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

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

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

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

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

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

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

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