#B67B91

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

Shades of Tapestry #B67B91

Tints of Tapestry #B67B91

Color information

#B67B91 (or 0xB67B91) is unknown color: approx Tapestry. HEX triplet: B6, 7B and 91. RGB value is (182,123,145). Sum of RGB (Red+Green+Blue) = 182+123+145=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67B91 is #49846E. Grayscale: #8F8F8F. Windows color (decimal): -4818031 or 9534390. OLE color: 9534390.

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

Color convert

RGB182123145-
CMYK00.320.200.29
HSL337.63º28.78%59.8%-
HSV(B)337.63º32.42%71.37%-
XYZ31.4926.1630.18-
YUV143.15129.05155.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=40.44%
G=27.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212314500.320.200.29337.6328.7859.8
HexB67B91020141D1521d3c
Octal26617322104024355223574
Binary101101101111011100100010100000101001110110101001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B91; }

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

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

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

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

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

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

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

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