#B67990

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

Shades of Tapestry #B67990

Tints of Tapestry #B67990

Color information

#B67990 (or 0xB67990) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 90. RGB value is (182,121,144). Sum of RGB (Red+Green+Blue) = 182+121+144=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B67990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67990 is #49866F. Grayscale: #8D8D8D. Windows color (decimal): -4818544 or 9468342. OLE color: 9468342.

HSL color Cylindrical-coordinate representation of color #B67990: hue angle of 337.38º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B67990 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB182121144-
CMYK00.340.210.29
HSL337.38º29.47%59.41%-
HSV(B)337.38º33.52%71.37%-
XYZ31.1625.6329.69-
YUV141.86129.21156.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.72%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=40.72%
G=27.07%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212114400.340.210.29337.3829.4759.41
HexB67990022151D1511d3b
Octal26617122004225355213573
Binary101101101111001100100000100010101011110110101000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67990; }

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

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

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

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

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

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

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

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