#B06A7C

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

Shades of Tapestry #B06A7C

Tints of Tapestry #B06A7C

Color information

#B06A7C (or 0xB06A7C) is unknown color: approx Tapestry. HEX triplet: B0, 6A and 7C. RGB value is (176,106,124). Sum of RGB (Red+Green+Blue) = 176+106+124=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06A7C is #4F9583. Grayscale: #808080. Windows color (decimal): -5215620 or 8153776. OLE color: 8153776.

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

Color convert

RGB176106124-
CMYK00.400.300.31
HSL344.57º30.7%55.29%-
HSV(B)344.57º39.77%69.02%-
XYZ26.720.9921.71-
YUV128.98125.19161.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=43.35%
G=26.11%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610612400.400.300.31344.5730.755.29
HexB06A7C0281E1F1591f37
Octal26015217405036375313767
Binary10110000110101011111000101000111101111110101100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06A7C; }

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

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

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

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

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

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

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

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