#B67580

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

Shades of Tapestry #B67580

Tints of Tapestry #B67580

Color information

#B67580 (or 0xB67580) is unknown color: approx Tapestry. HEX triplet: B6, 75 and 80. RGB value is (182,117,128). Sum of RGB (Red+Green+Blue) = 182+117+128=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B67580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67580 is #498A7F. Grayscale: #898989. Windows color (decimal): -4819584 or 8418742. OLE color: 8418742.

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

Color convert

RGB182117128-
CMYK00.360.300.29
HSL349.85º30.81%58.63%-
HSV(B)349.85º35.71%71.37%-
XYZ29.5524.2323.54-
YUV137.69122.53159.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=42.62%
G=27.40%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211712800.360.300.29349.8530.8158.63
HexB675800241E1D15e1f3b
Octal26616520004436355363773
Binary101101101110101100000000100100111101110110101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67580; }

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

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

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

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

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

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

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

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