#B67F90

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

Shades of Tapestry #B67F90

Tints of Tapestry #B67F90

Color information

#B67F90 (or 0xB67F90) is unknown color: approx Tapestry. HEX triplet: B6, 7F and 90. RGB value is (182,127,144). Sum of RGB (Red+Green+Blue) = 182+127+144=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67F90 is #49806F. Grayscale: #919191. Windows color (decimal): -4817008 or 9469878. OLE color: 9469878.

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

Color convert

RGB182127144-
CMYK00.300.210.29
HSL341.45º27.36%60.59%-
HSV(B)341.45º30.22%71.37%-
XYZ31.9127.1429.94-
YUV145.38127.22154.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=40.18%
G=28.04%
B=31.79%

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
Decimal18212714400.300.210.29341.4527.3660.59
HexB67F9001E151D1551b3d
Octal26617722003625355253375
Binary10110110111111110010000011110101011110110101010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F90; }

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

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

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

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

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

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

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

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