#B67683

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

Shades of Tapestry #B67683

Tints of Tapestry #B67683

Color information

#B67683 (or 0xB67683) is unknown color: approx Tapestry. HEX triplet: B6, 76 and 83. RGB value is (182,118,131). Sum of RGB (Red+Green+Blue) = 182+118+131=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B67683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67683 is #49897C. Grayscale: #8A8A8A. Windows color (decimal): -4819325 or 8615606. OLE color: 8615606.

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

Color convert

RGB182118131-
CMYK00.350.280.29
HSL347.81º30.48%58.82%-
HSV(B)347.81º35.16%71.37%-
XYZ29.8724.5424.64-
YUV138.62123.7158.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=42.23%
G=27.38%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211813100.350.280.29347.8130.4858.82
HexB676830231C1D15c1e3b
Octal26616620304334355343673
Binary101101101110110100000110100011111001110110101110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67683; }

 p { color: rgb(182,118,131); }

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

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

 a { background-color: rgb(182,118,131); }

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

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

 span { border-color: rgb(182,118,131); }

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