#B67E83

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

Shades of Tapestry #B67E83

Tints of Tapestry #B67E83

Color information

#B67E83 (or 0xB67E83) is unknown color: approx Tapestry. HEX triplet: B6, 7E and 83. RGB value is (182,126,131). Sum of RGB (Red+Green+Blue) = 182+126+131=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67E83 is #49817C. Grayscale: #8F8F8F. Windows color (decimal): -4817277 or 8617654. OLE color: 8617654.

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

Color convert

RGB182126131-
CMYK00.310.280.29
HSL354.64º27.72%60.39%-
HSV(B)354.64º30.77%71.37%-
XYZ30.8526.5124.96-
YUV143.31121.05155.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 126 (49.61% from 255) = 28.70%
BLUE value IS 131 (51.56% from 255) = 29.84%
R=41.46%
G=28.70%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212613100.310.280.29354.6427.7260.39
HexB67E8301F1C1D1631c3c
Octal26617620303734355433474
Binary10110110111111010000011011111111001110110110001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67E83; }

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

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

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

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

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

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

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

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