#B0667C

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

Shades of Tapestry #B0667C

Tints of Tapestry #B0667C

Color information

#B0667C (or 0xB0667C) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 7C. RGB value is (176,102,124). Sum of RGB (Red+Green+Blue) = 176+102+124=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B0667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0667C is #4F9983. Grayscale: #7E7E7E. Windows color (decimal): -5216644 or 8152752. OLE color: 8152752.

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

Color convert

RGB176102124-
CMYK00.420.300.31
HSL342.16º31.9%54.51%-
HSV(B)342.16º42.05%69.02%-
XYZ26.2920.1921.58-
YUV126.63126.52163.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=43.78%
G=25.37%
B=30.85%

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
Decimal17610212400.420.300.31342.1631.954.51
HexB0667C02A1E1F1562037
Octal26014617405236375264067
Binary101100001100110111110001010101111011111101010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0667C; }

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

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

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

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

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

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

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

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