#B67B90

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

Shades of Tapestry #B67B90

Tints of Tapestry #B67B90

Color information

#B67B90 (or 0xB67B90) is unknown color: approx Tapestry. HEX triplet: B6, 7B and 90. RGB value is (182,123,144). Sum of RGB (Red+Green+Blue) = 182+123+144=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B90 is #49846F. Grayscale: #8F8F8F. Windows color (decimal): -4818032 or 9468854. OLE color: 9468854.

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

Color convert

RGB182123144-
CMYK00.320.210.29
HSL338.64º28.78%59.8%-
HSV(B)338.64º32.42%71.37%-
XYZ31.4126.1229.77-
YUV143.04128.55155.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 123 (48.44% from 255) = 27.39%
BLUE value IS 144 (56.64% from 255) = 32.07%
R=40.53%
G=27.39%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212314400.320.210.29338.6428.7859.8
HexB67B90020151D1531d3c
Octal26617322004025355233574
Binary101101101111011100100000100000101011110110101001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B90; }

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

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

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

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

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

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

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

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