#B67094

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

Shades of Tapestry #B67094

Tints of Tapestry #B67094

Color information

#B67094 (or 0xB67094) is unknown color: approx Tapestry. HEX triplet: B6, 70 and 94. RGB value is (182,112,148). Sum of RGB (Red+Green+Blue) = 182+112+148=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B67094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67094 is #498F6B. Grayscale: #888888. Windows color (decimal): -4820844 or 9728182. OLE color: 9728182.

HSL color Cylindrical-coordinate representation of color #B67094: hue angle of 329.14º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B67094 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB182112148-
CMYK00.380.190.29
HSL329.14º32.41%57.65%-
HSV(B)329.14º38.46%71.37%-
XYZ30.4323.6730.98-
YUV137.03134.19160.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=41.18%
G=25.34%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211214800.380.190.29329.1432.4157.65
HexB67094026131D149203a
Octal26616022404623355114072
Binary1011011011100001001010001001101001111101101001001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67094; }

 p { color: rgb(182,112,148); }

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

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

 a { background-color: rgb(182,112,148); }

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

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

 span { border-color: rgb(182,112,148); }

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