#B06C8A

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

Shades of Tapestry #B06C8A

Tints of Tapestry #B06C8A

Color information

#B06C8A (or 0xB06C8A) is unknown color: approx Tapestry. HEX triplet: B0, 6C and 8A. RGB value is (176,108,138). Sum of RGB (Red+Green+Blue) = 176+108+138=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C8A is #4F9375. Grayscale: #838383. Windows color (decimal): -5215094 or 9071792. OLE color: 9071792.

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

Color convert

RGB176108138-
CMYK00.390.220.31
HSL333.53º30.09%55.69%-
HSV(B)333.53º38.64%69.02%-
XYZ27.8521.7926.78-
YUV131.75131.53159.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=41.71%
G=25.59%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610813800.390.220.31333.5330.0955.69
HexB06C8A027161F14e1e38
Octal26015421204726375163670
Binary101100001101100100010100100111101101111110100111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C8A; }

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

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

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

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

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

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

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

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