#B67992

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

Shades of Tapestry #B67992

Tints of Tapestry #B67992

Color information

#B67992 (or 0xB67992) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 92. RGB value is (182,121,146). Sum of RGB (Red+Green+Blue) = 182+121+146=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B67992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67992 is #49866D. Grayscale: #8E8E8E. Windows color (decimal): -4818542 or 9599414. OLE color: 9599414.

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

Color convert

RGB182121146-
CMYK00.340.200.29
HSL335.41º29.47%59.41%-
HSV(B)335.41º33.52%71.37%-
XYZ31.3225.730.5-
YUV142.09130.21156.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=40.53%
G=26.95%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212114600.340.200.29335.4129.4759.41
HexB67992022141D14f1d3b
Octal26617122204224355173573
Binary101101101111001100100100100010101001110110100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67992; }

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

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

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

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

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

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

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

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