#B06B7F

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

Shades of Tapestry #B06B7F

Tints of Tapestry #B06B7F

Color information

#B06B7F (or 0xB06B7F) is unknown color: approx Tapestry. HEX triplet: B0, 6B and 7F. RGB value is (176,107,127). Sum of RGB (Red+Green+Blue) = 176+107+127=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B7F is #4F9480. Grayscale: #818181. Windows color (decimal): -5215361 or 8350640. OLE color: 8350640.

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

Color convert

RGB176107127-
CMYK00.390.280.31
HSL342.61º30.4%55.49%-
HSV(B)342.61º39.2%69.02%-
XYZ26.9921.2822.76-
YUV129.91126.36160.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 107 (42.19% from 255) = 26.10%
BLUE value IS 127 (50% from 255) = 30.98%
R=42.93%
G=26.10%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610712700.390.280.31342.6130.455.49
HexB06B7F0271C1F1571e37
Octal26015317704734375273667
Binary10110000110101111111110100111111001111110101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B7F; }

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

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

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

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

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

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

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

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