#B0667B

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

Shades of Tapestry #B0667B

Tints of Tapestry #B0667B

Color information

#B0667B (or 0xB0667B) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 7B. RGB value is (176,102,123). Sum of RGB (Red+Green+Blue) = 176+102+123=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 176 - color contains mainly: red. Hex color #B0667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0667B is #4F9984. Grayscale: #7E7E7E. Windows color (decimal): -5216645 or 8087216. OLE color: 8087216.

HSL color Cylindrical-coordinate representation of color #B0667B: hue angle of 342.97º 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 #B0667B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176102123-
CMYK00.420.300.31
HSL342.97º31.9%54.51%-
HSV(B)342.97º42.05%69.02%-
XYZ26.2320.1621.25-
YUV126.52126.02163.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.89%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=43.89%
G=25.44%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610212300.420.300.31342.9731.954.51
HexB0667B02A1E1F1572037
Octal26014617305236375274067
Binary101100001100110111101101010101111011111101010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0667B; }

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

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

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

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

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

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

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

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