#B67484

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

Shades of Tapestry #B67484

Tints of Tapestry #B67484

Color information

#B67484 (or 0xB67484) is unknown color: approx Tapestry. HEX triplet: B6, 74 and 84. RGB value is (182,116,132). Sum of RGB (Red+Green+Blue) = 182+116+132=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B67484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67484 is #498B7B. Grayscale: #898989. Windows color (decimal): -4819836 or 8680630. OLE color: 8680630.

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

Color convert

RGB182116132-
CMYK00.360.270.29
HSL345.45º31.13%58.43%-
HSV(B)345.45º36.26%71.37%-
XYZ29.724.124.92-
YUV137.56124.87159.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 132 (51.95% from 255) = 30.70%
R=42.33%
G=26.98%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211613200.360.270.29345.4531.1358.43
HexB674840241B1D1591f3a
Octal26616420404433355313772
Binary101101101110100100001000100100110111110110101100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67484; }

 p { color: rgb(182,116,132); }

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

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

 a { background-color: rgb(182,116,132); }

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

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

 span { border-color: rgb(182,116,132); }

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