#B06F7F

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

Shades of Tapestry #B06F7F

Tints of Tapestry #B06F7F

Color information

#B06F7F (or 0xB06F7F) is unknown color: approx Tapestry. HEX triplet: B0, 6F and 7F. RGB value is (176,111,127). Sum of RGB (Red+Green+Blue) = 176+111+127=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F7F is #4F9080. Grayscale: #848484. Windows color (decimal): -5214337 or 8351664. OLE color: 8351664.

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

Color convert

RGB176111127-
CMYK00.370.280.31
HSL345.23º29.15%56.27%-
HSV(B)345.23º36.93%69.02%-
XYZ27.4222.1322.91-
YUV132.26125.03159.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 127 (50% from 255) = 30.68%
R=42.51%
G=26.81%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611112700.370.280.31345.2329.1556.27
HexB06F7F0251C1F1591d38
Octal26015717704534375313570
Binary10110000110111111111110100101111001111110101100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F7F; }

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

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

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

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

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

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

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

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