#B67988

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

Shades of Tapestry #B67988

Tints of Tapestry #B67988

Color information

#B67988 (or 0xB67988) is unknown color: approx Tapestry. HEX triplet: B6, 79 and 88. RGB value is (182,121,136). Sum of RGB (Red+Green+Blue) = 182+121+136=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B67988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67988 is #498677. Grayscale: #8C8C8C. Windows color (decimal): -4818552 or 8944054. OLE color: 8944054.

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

Color convert

RGB182121136-
CMYK00.340.250.29
HSL345.25º29.47%59.41%-
HSV(B)345.25º33.52%71.37%-
XYZ30.5725.426.58-
YUV140.95125.21157.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=41.46%
G=27.56%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212113600.340.250.29345.2529.4759.41
HexB67988022191D1591d3b
Octal26617121004231355313573
Binary101101101111001100010000100010110011110110101100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67988; }

 p { color: rgb(182,121,136); }

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

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

 a { background-color: rgb(182,121,136); }

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

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

 span { border-color: rgb(182,121,136); }

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