#B06C8F

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

Shades of Tapestry #B06C8F

Tints of Tapestry #B06C8F

Color information

#B06C8F (or 0xB06C8F) is unknown color: approx Tapestry. HEX triplet: B0, 6C and 8F. RGB value is (176,108,143). Sum of RGB (Red+Green+Blue) = 176+108+143=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C8F is #4F9370. Grayscale: #848484. Windows color (decimal): -5215089 or 9399472. OLE color: 9399472.

HSL color Cylindrical-coordinate representation of color #B06C8F: hue angle of 329.12º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06C8F is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB176108143-
CMYK00.390.190.31
HSL329.12º30.09%55.69%-
HSV(B)329.12º38.64%69.02%-
XYZ28.2221.9428.73-
YUV132.32134.03159.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=41.22%
G=25.29%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610814300.390.190.31329.1230.0955.69
HexB06C8F027131F1491e38
Octal26015421704723375113670
Binary101100001101100100011110100111100111111110100100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C8F; }

 p { color: rgb(176,108,143); }

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

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

 a { background-color: rgb(176,108,143); }

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

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

 span { border-color: rgb(176,108,143); }

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