#B67B89

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

Shades of Tapestry #B67B89

Tints of Tapestry #B67B89

Color information

#B67B89 (or 0xB67B89) is unknown color: approx Tapestry. HEX triplet: B6, 7B and 89. RGB value is (182,123,137). Sum of RGB (Red+Green+Blue) = 182+123+137=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B89 is #498476. Grayscale: #8E8E8E. Windows color (decimal): -4818039 or 9010102. OLE color: 9010102.

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

Color convert

RGB182123137-
CMYK00.320.250.29
HSL345.76º28.78%59.8%-
HSV(B)345.76º32.42%71.37%-
XYZ30.8925.9227.04-
YUV142.24125.05156.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 137 (53.91% from 255) = 31.00%
R=41.18%
G=27.83%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212313700.320.250.29345.7628.7859.8
HexB67B89020191D15a1d3c
Octal26617321104031355323574
Binary101101101111011100010010100000110011110110101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B89; }

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

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

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

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

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

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

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

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