#B06B8A

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

Shades of Tapestry #B06B8A

Tints of Tapestry #B06B8A

Color information

#B06B8A (or 0xB06B8A) is unknown color: approx Tapestry. HEX triplet: B0, 6B and 8A. RGB value is (176,107,138). Sum of RGB (Red+Green+Blue) = 176+107+138=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B8A is #4F9475. Grayscale: #838383. Windows color (decimal): -5215350 or 9071536. OLE color: 9071536.

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

Color convert

RGB176107138-
CMYK00.390.220.31
HSL333.04º30.4%55.49%-
HSV(B)333.04º39.2%69.02%-
XYZ27.7521.5826.75-
YUV131.16131.86159.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 107 (42.19% from 255) = 25.42%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=41.81%
G=25.42%
B=32.78%

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
Decimal17610713800.390.220.31333.0430.455.49
HexB06B8A027161F14d1e37
Octal26015321204726375153667
Binary101100001101011100010100100111101101111110100110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B8A; }

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

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

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

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

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

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

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

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