#B06E7B

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

Shades of Tapestry #B06E7B

Tints of Tapestry #B06E7B

Color information

#B06E7B (or 0xB06E7B) is unknown color: approx Tapestry. HEX triplet: B0, 6E and 7B. RGB value is (176,110,123). Sum of RGB (Red+Green+Blue) = 176+110+123=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06E7B is #4F9184. Grayscale: #838383. Windows color (decimal): -5214597 or 8089264. OLE color: 8089264.

HSL color Cylindrical-coordinate representation of color #B06E7B: hue angle of 348.18º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06E7B is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB176110123-
CMYK00.370.300.31
HSL348.18º29.46%56.08%-
HSV(B)348.18º37.5%69.02%-
XYZ27.0621.8121.52-
YUV131.22123.37159.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=43.03%
G=26.89%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611012300.370.300.31348.1829.4656.08
HexB06E7B0251E1F15c1d38
Octal26015617304536375343570
Binary10110000110111011110110100101111101111110101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06E7B; }

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

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

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

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

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

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

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

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