#B67A83

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

Shades of Tapestry #B67A83

Tints of Tapestry #B67A83

Color information

#B67A83 (or 0xB67A83) is unknown color: approx Tapestry. HEX triplet: B6, 7A and 83. RGB value is (182,122,131). Sum of RGB (Red+Green+Blue) = 182+122+131=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A83 is #49857C. Grayscale: #8C8C8C. Windows color (decimal): -4818301 or 8616630. OLE color: 8616630.

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

Color convert

RGB182122131-
CMYK00.330.280.29
HSL351º29.13%59.61%-
HSV(B)351º32.97%71.37%-
XYZ30.3525.524.8-
YUV140.97122.38157.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=41.84%
G=28.05%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212213100.330.280.2935129.1359.61
HexB67A830211C1D15f1d3c
Octal26617220304134355373574
Binary101101101111010100000110100001111001110110101111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A83; }

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

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

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

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

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

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

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

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