#B67B81

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

Shades of Tapestry #B67B81

Tints of Tapestry #B67B81

Color information

#B67B81 (or 0xB67B81) is unknown color: approx Tapestry. HEX triplet: B6, 7B and 81. RGB value is (182,123,129). Sum of RGB (Red+Green+Blue) = 182+123+129=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B81 is #49847E. Grayscale: #8D8D8D. Windows color (decimal): -4818047 or 8485814. OLE color: 8485814.

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

Color convert

RGB182123129-
CMYK00.320.290.29
HSL353.9º28.78%59.8%-
HSV(B)353.9º32.42%71.37%-
XYZ30.3425.724.13-
YUV141.32121.05157.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.94%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=41.94%
G=28.34%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212312900.320.290.29353.928.7859.8
HexB67B810201D1D1621d3c
Octal26617320104035355423574
Binary101101101111011100000010100000111011110110110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B81; }

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

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

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

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

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

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

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

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