#B06B85

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

Shades of Tapestry #B06B85

Tints of Tapestry #B06B85

Color information

#B06B85 (or 0xB06B85) is unknown color: approx Tapestry. HEX triplet: B0, 6B and 85. RGB value is (176,107,133). Sum of RGB (Red+Green+Blue) = 176+107+133=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B85 is #4F947A. Grayscale: #828282. Windows color (decimal): -5215355 or 8743856. OLE color: 8743856.

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

Color convert

RGB176107133-
CMYK00.390.240.31
HSL337.39º30.4%55.49%-
HSV(B)337.39º39.2%69.02%-
XYZ27.421.4424.88-
YUV130.6129.36160.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 133 (52.34% from 255) = 31.97%
R=42.31%
G=25.72%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610713300.390.240.31337.3930.455.49
HexB06B85027181F1511e37
Octal26015320504730375213667
Binary101100001101011100001010100111110001111110101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B85; }

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

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

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

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

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

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

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

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