#B67582

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

Shades of Tapestry #B67582

Tints of Tapestry #B67582

Color information

#B67582 (or 0xB67582) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 82. RGB value is (182,117,130). Sum of RGB (Red+Green+Blue) = 182+117+130=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B67582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67582 is #498A7D. Grayscale: #898989. Windows color (decimal): -4819582 or 8549814. OLE color: 8549814.

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

Color convert

RGB182117130-
CMYK00.360.290.29
HSL348º30.81%58.63%-
HSV(B)348º35.71%71.37%-
XYZ29.6824.2824.24-
YUV137.92123.53159.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=42.42%
G=27.27%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211713000.360.290.2934830.8158.63
HexB675820241D1D15c1f3b
Octal26616520204435355343773
Binary101101101110101100000100100100111011110110101110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67582; }

 p { color: rgb(182,117,130); }

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

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

 a { background-color: rgb(182,117,130); }

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

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

 span { border-color: rgb(182,117,130); }

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