#B67294

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

Shades of Tapestry #B67294

Tints of Tapestry #B67294

Color information

#B67294 (or 0xB67294) is unknown color: approx Tapestry. HEX triplet: B6, 72 and 94. RGB value is (182,114,148). Sum of RGB (Red+Green+Blue) = 182+114+148=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B67294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67294 is #498D6B. Grayscale: #8A8A8A. Windows color (decimal): -4820332 or 9728694. OLE color: 9728694.

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

Color convert

RGB182114148-
CMYK00.370.190.29
HSL330º31.78%58.04%-
HSV(B)330º37.36%71.37%-
XYZ30.6524.1231.06-
YUV138.21133.53159.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 114 (44.92% from 255) = 25.68%
BLUE value IS 148 (58.20% from 255) = 33.33%
R=40.99%
G=25.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211414800.370.190.2933031.7858.04
HexB67294025131D14a203a
Octal26616222404523355124072
Binary1011011011100101001010001001011001111101101001010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67294; }

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

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

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

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

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

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

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

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