#B0667A

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

Shades of Tapestry #B0667A

Tints of Tapestry #B0667A

Color information

#B0667A (or 0xB0667A) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 7A. RGB value is (176,102,122). Sum of RGB (Red+Green+Blue) = 176+102+122=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B0667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0667A is #4F9985. Grayscale: #7E7E7E. Windows color (decimal): -5216646 or 8021680. OLE color: 8021680.

HSL color Cylindrical-coordinate representation of color #B0667A: hue angle of 343.78º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0667A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176102122-
CMYK00.420.310.31
HSL343.78º31.9%54.51%-
HSV(B)343.78º42.05%69.02%-
XYZ26.1720.1420.92-
YUV126.41125.52163.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=44%
G=25.5%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610212200.420.310.31343.7831.954.51
HexB0667A02A1F1F1582037
Octal26014617205237375304067
Binary101100001100110111101001010101111111111101011000100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0667A; }

 p { color: rgb(176,102,122); }

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

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

 a { background-color: rgb(176,102,122); }

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

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

 span { border-color: rgb(176,102,122); }

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