#B67885

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

Shades of Tapestry #B67885

Tints of Tapestry #B67885

Color information

#B67885 (or 0xB67885) is unknown color: approx Tapestry. HEX triplet: B6, 78 and 85. RGB value is (182,120,133). Sum of RGB (Red+Green+Blue) = 182+120+133=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B67885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67885 is #49877A. Grayscale: #8C8C8C. Windows color (decimal): -4818811 or 8747190. OLE color: 8747190.

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

Color convert

RGB182120133-
CMYK00.340.270.29
HSL347.42º29.81%59.22%-
HSV(B)347.42º34.07%71.37%-
XYZ30.2425.0725.44-
YUV140.02124.04157.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=41.84%
G=27.59%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212013300.340.270.29347.4229.8159.22
HexB678850221B1D15b1e3b
Octal26617020504233355333673
Binary101101101111000100001010100010110111110110101101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67885; }

 p { color: rgb(182,120,133); }

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

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

 a { background-color: rgb(182,120,133); }

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

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

 span { border-color: rgb(182,120,133); }

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