#B67A89

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

Shades of Tapestry #B67A89

Tints of Tapestry #B67A89

Color information

#B67A89 (or 0xB67A89) is unknown color: approx Tapestry. HEX triplet: B6, 7A and 89. RGB value is (182,122,137). Sum of RGB (Red+Green+Blue) = 182+122+137=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67A89 is #498576. Grayscale: #8D8D8D. Windows color (decimal): -4818295 or 9009846. OLE color: 9009846.

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

Color convert

RGB182122137-
CMYK00.330.250.29
HSL345º29.13%59.61%-
HSV(B)345º32.97%71.37%-
XYZ30.7725.6727-
YUV141.65125.38156.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=41.27%
G=27.66%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212213700.330.250.2934529.1359.61
HexB67A89021191D1591d3c
Octal26617221104131355313574
Binary101101101111010100010010100001110011110110101100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A89; }

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

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

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

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

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

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

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

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