#b06d7f

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

Shades of Tapestry #B06D7F

Tints of Tapestry #B06D7F

Color information

#B06D7F (or 0xB06D7F) is unknown color: approx Tapestry. HEX triplet: B0, 6D and 7F. RGB value is (176,109,127). Sum of RGB (Red+Green+Blue) = 176+109+127=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D7F is #4F9280. Grayscale: #838383. Windows color (decimal): -5214849 or 8351152. OLE color: 8351152.

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

Color convert

RGB176109127-
CMYK00.380.280.31
HSL343.88º29.78%55.88%-
HSV(B)343.88º38.07%69.02%-
XYZ27.221.722.83-
YUV131.08125.7160.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 127 (50% from 255) = 30.83%
R=42.72%
G=26.46%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610912700.380.280.31343.8829.7855.88
HexB06D7F0261C1F1581e38
Octal26015517704634375303670
Binary10110000110110111111110100110111001111110101100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06d7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06d7f; }

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

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

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

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

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

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

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

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