#B0668B

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

Shades of Tapestry #B0668B

Tints of Tapestry #B0668B

Color information

#B0668B (or 0xB0668B) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 8B. RGB value is (176,102,139). Sum of RGB (Red+Green+Blue) = 176+102+139=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0668B is #4F9974. Grayscale: #808080. Windows color (decimal): -5216629 or 9135792. OLE color: 9135792.

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

Color convert

RGB176102139-
CMYK00.420.210.31
HSL330º31.9%54.51%-
HSV(B)330º42.05%69.02%-
XYZ27.3220.626.96-
YUV128.34134.02161.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=42.21%
G=24.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610213900.420.210.3133031.954.51
HexB0668B02A151F14a2037
Octal26014621305225375124067
Binary1011000011001101000101101010101010111111101001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0668B; }

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

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

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

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

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

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

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

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